diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/conflatorio/lxc.yml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ansible/host_vars/conflatorio/lxc.yml b/ansible/host_vars/conflatorio/lxc.yml index 43e1817..caa6767 100644 --- a/ansible/host_vars/conflatorio/lxc.yml +++ b/ansible/host_vars/conflatorio/lxc.yml @@ -3,7 +3,14 @@ lxc_host__containers: state: started host_database: conflatorio-test1 test2: - state: stopped + state: started host_database: conflatorio-test2 - conflatorio-test3: - state: absent + test3: + state: started + host_database: conflatorio-test3 + test4: + state: started + host_database: conflatorio-test4 + test5: + state: started + host_database: conflatorio-test5 |