terraform

docker swarm initialization
This commit is contained in:
Pim Kunis 2023-05-02 11:51:22 +02:00
commit b8afb2ac64
10 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,7 @@
docker_node_labels:
- hostname: maestro
labels: {}
- hostname: worker1
labels: {}
data_directories: []

View file

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