feat(docker): Split docker compose to be deployed different services on different hosts. See host_vars of each host.

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-12-11 19:58:57 +01:00
parent 711dc58f2e
commit 6d099061ac
6 changed files with 76 additions and 10 deletions

View File

@@ -97,12 +97,3 @@
opts: defaults,nolock
state: mounted
become: true
- name: Ensure /opt/docker is mounted via NFS
ansible.posix.mount:
path: /opt/docker
src: 192.168.20.12:/opt/docker
fstype: nfs
opts: defaults,nolock
state: mounted
become: true