Difference between revisions of "/usr/bin/env ansible-playbook"

From wikieduonline
Jump to navigation Jump to search
 
Line 8: Line 8:
 
  - [[hosts:]] localhost
 
  - [[hosts:]] localhost
 
   become: yes
 
   become: yes
 +
  [[gather_facts:]] no
 
   [[tasks:]]
 
   [[tasks:]]
 
   .../...
 
   .../...

Latest revision as of 11:11, 8 September 2023

 #!/usr/bin/env ansible-playbook


#!/usr/bin/env ansible-playbook 

- hosts: localhost
  become: yes
  gather_facts: no
  tasks:
  .../...

Related[edit]


See also[edit]

Advertising: