This commit is contained in:
2024-07-14 16:19:09 +02:00
parent a5d394f7d1
commit d39f6b7e6a
2 changed files with 4 additions and 5 deletions

4
hosts
View File

@@ -7,7 +7,7 @@ scaleway ansible_host=163.172.84.28 ansible_user=stephane
scaleway ansible_host=163.172.84.28 ansible_user=stephane
[swarm]
[cluster]
scale01 ansible_host=163.172.209.36 ansible_user=stephane
ovh01 ansible_host=5.135.181.11 ansible_user=stephane
@@ -19,6 +19,6 @@ ovh01 ansible_host=5.135.181.11 ansible_user=stephane
#worker ansible_host=192.168.121.128 ansible_user=vagrant ansible_ssh_pass=vagrant
scale01 ansible_host=163.172.209.36 ansible_user=stephane
[vagrant:children]
[swarm:children]
docker_swarm_manager
docker_swarm_worker

View File

@@ -1,8 +1,7 @@
---
- name: Swarm
hosts:
# - control
- vagrant
hosts:
- swarm
become: true
#