Cleanup Ansible Playbooks #41
|
@ -1,4 +1,4 @@
|
||||||
- name: Install software
|
- name: Install docker
|
||||||
hosts: cloud
|
hosts: cloud
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Install software
|
- name: Install docker
|
||||||
hosts: music
|
hosts: music
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Install software
|
- name: Install docker
|
||||||
hosts: photos
|
hosts: photos
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Install software
|
- name: Install docker
|
||||||
hosts: samba
|
hosts: samba
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- name: Install software
|
- name: Install docker
|
||||||
hosts: secrets
|
hosts: secrets
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in New Issue