Difference between revisions of "/usr/bin/env ansible-playbook"
Jump to navigation
Jump to search
(Created page with "{{lc}} #!/usr/bin/env ansible-playbook {{ansible-playbook}}") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | #![[/usr/bin/env ansible-playbook]] | + | #![[/usr/bin/env]] [[ansible-playbook]] |
+ | #!/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: