terraform
docker swarm initialization
This commit is contained in:
commit
b8afb2ac64
10 changed files with 172 additions and 0 deletions
7
ansible/inventory/host_vars/manager.yml
Normal file
7
ansible/inventory/host_vars/manager.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
docker_node_labels:
|
||||
- hostname: maestro
|
||||
labels: {}
|
||||
- hostname: worker1
|
||||
labels: {}
|
||||
|
||||
data_directories: []
|
1
ansible/inventory/host_vars/worker1.yml
Normal file
1
ansible/inventory/host_vars/worker1.yml
Normal file
|
@ -0,0 +1 @@
|
|||
data_directories: []
|
Reference in a new issue