Changes between Version 1 and Version 2 of notes/ansible


Ignore:
Timestamp:
2021-05-12T04:42:40Z (3 years ago)
Author:
root
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • notes/ansible

    v1 v2  
    22== view host variables
    33`ansible -i inventory/devel.yaml -u root inventory_host -m setup`
     4
     5[[br]]
     6
     7== view host services
     8`ansible -i inventory/devel.yaml -u root inventory_host -m service_facts`