Add play to everything playb. for deploying Docker Compose applications

Also introduce a new group for hosts, for which this play should be run,
called Docker_Compose_Hosts.
Finally add cit-ansible-test and cit-docker-host to this group with an
empty project list initially.
This commit is contained in:
Julian Schacher
2024-02-07 18:59:10 +01:00
parent 2167849edf
commit 013fec6f16
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
docker_compose__projects: [ ]

View File

@@ -0,0 +1 @@
docker_compose__projects: [ ]

View File

@@ -19,3 +19,7 @@ all:
hosts:
cit-ansible-test:
cit-docker-host:
Docker_Compose_Hosts:
hosts:
cit-ansible-test:
cit-docker-host: