cleans up support scripts
This commit is contained in:
12
playbooks/01-everything.yaml
Normal file
12
playbooks/01-everything.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Run maintenance playbook
|
||||
ansible.builtin.import_playbook: 02-maintenance.yaml
|
||||
|
||||
- name: Ensure Docker for Docker_Hosts
|
||||
hosts: Docker_Hosts
|
||||
roles:
|
||||
- docker
|
||||
|
||||
- name: Ensure deployment of Docker Compose applications
|
||||
hosts: Docker_Compose_Hosts
|
||||
roles:
|
||||
- docker_compose
|
||||
Reference in New Issue
Block a user