Skip to content
Snippets Groups Projects
examplePlay.yml 314 B
Newer Older
  • Learn to ignore specific revisions
  • - name: play-examplePlay.yml | Prerequirements for Ansible
      hosts: examplePlay
      gather_facts: false
      become: true
      roles:
        - role: ansible-prerequirements
          tags: prerequirements
    - name: play-examplePlay.yml | All roles
      hosts: examplePlay
      become: true
      roles:
        - role: common
          tags: common