refactor: upgrade ansible, remove clean_desired flag, add separate clean playbook
This commit is contained in:
12
site.yml
12
site.yml
@@ -1,12 +1,4 @@
|
||||
- hosts: all
|
||||
- hosts: alpina
|
||||
roles:
|
||||
- common
|
||||
pre_tasks:
|
||||
- name: Set fact for clean desired of docker objects and compose files
|
||||
set_fact:
|
||||
# clean_desired_arg is an extra variable passed to the playbook
|
||||
clean_desired: "{{ clean_desired_arg | bool }}"
|
||||
|
||||
|
||||
- name: Install services
|
||||
import_playbook: services.yml
|
||||
- docker_host
|
||||
|
Reference in New Issue
Block a user