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

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
  - [[hosts:]] localhost
 
  - [[hosts:]] localhost
 
   become: yes
 
   become: yes
 +
  [[gather_facts:]] no
 +
  [[tasks:]]
 
   .../...
 
   .../...
 +
 +
== Related ==
 +
* [[Blockinfile]]
  
  

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: