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

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
  
 +
#!/usr/bin/env ansible-playbook
 +
 +
- [[hosts:]] localhost
 +
  become: yes
 +
  [[gather_facts:]] no
 +
  [[tasks:]]
 +
  .../...
  
 +
== Related ==
 +
* [[Blockinfile]]
  
{{ansible-playbook}}
+
 
 +
== See also ==
 +
* {{ansible-playbook}}
 +
 
 +
[[Category:Ansible]]

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: