Closed alfonso-orta-agilia closed 4 years ago
Describe the bug The 014.spawn_swarm.yml playbook shows the error 'Can not join the Swarm Cluster' when it tries to join the secondary master to the docker swarm cluster.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should spawn the docker swarm cluster
Screenshots Error:
Additional context Host configuration:
[all:children] swarm_manager_prime swarm_managers swarm_workers [swarm_manager_prime] h1 ansible_host=xxx.xxx.xxx.1 ansible_python_interpreter="/usr/bin/python3" [swarm_managers] h1 ansible_host=xxx.xxx.xxx.1 ansible_python_interpreter="/usr/bin/python3" h2 ansible_host=xxx.xxx.xxx.2 ansible_python_interpreter="/usr/bin/python3" [swarm_workers] h3 ansible_host=xxx.xxx.xxx.3 ansible_python_interpreter="/usr/bin/python3" h4 ansible_host=xxx.xxx.xxx.4 ansible_python_interpreter="/usr/bin/python3"
Describe the bug The 014.spawn_swarm.yml playbook shows the error 'Can not join the Swarm Cluster' when it tries to join the secondary master to the docker swarm cluster.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should spawn the docker swarm cluster
Screenshots Error:
Additional context Host configuration: