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

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
 +
#!/usr/bin/env ansible-playbook
 +
 +
- [[hosts:]] localhost
 +
  become: yes
 +
  .../...
  
  
{{ansible-playbook}}
+
== See also ==
 +
* {{ansible-playbook}}
 +
 
 +
[[Category:Ansible]]

Revision as of 10:46, 8 September 2023

 #!/usr/bin/env ansible-playbook


#!/usr/bin/env ansible-playbook 

- hosts: localhost
  become: yes
  .../...


See also

Advertising: