diff --git a/inventories/church.yml b/inventories/church.yml new file mode 100644 index 0000000..0fc0e37 --- /dev/null +++ b/inventories/church.yml @@ -0,0 +1,12 @@ +--- +all: + hosts: + vestrytv: + ansible_host: "192.168.1.200" + connection: "local" + sanctuarytvs: + ansible_host: "192.168.1.201" + children: + docker_nodes: + hosts: + vestrytv: diff --git a/playbooks/install_docker.yml b/playbooks/install_docker.yml index e41cafb..6c051ae 100644 --- a/playbooks/install_docker.yml +++ b/playbooks/install_docker.yml @@ -24,6 +24,8 @@ group: root mode: "0750" lv: "{{ docker_lv_name }}" + tags: + - "make_mount" - name: Add repo with config-manager ansible.builtin.shell: