Difference between revisions of "Ansible example: Install software"

From wikieduonline
Jump to navigation Jump to search
(Created page with " #!/usr/bin/env ansible-playbook - hosts: localhost become: yes tasks: - package: name: sysstat state: present == See also == * {{a...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 8: Line 8:
 
           name: sysstat
 
           name: sysstat
 
           state: present
 
           state: present
 +
 +
 +
 +
== Related terms ==
 +
* [[Ansible playbooks examples]]
 +
  
  

Revision as of 07:40, 5 April 2021

Advertising: