Difference between revisions of "Write your first ansible playbook"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{ansible}} Category:Ansible")
 
Line 1: Line 1:
  
 
+
[root@localhost ansible]# vim name.yml
 +
And provide the yml code in that file
 +
---
 +
  - name: name
 +
    hosts: linux
 +
    tasks:
 +
      - name: ensure nano is there
 +
        yum :
 +
          name: nano
 +
          state: latest
  
  

Revision as of 14:52, 11 August 2022

Advertising: