mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - remove ssl/tls configs in swarm ansible playbook
This commit is contained in:
parent
0fb671dd6c
commit
f4dfe76669
1 changed files with 0 additions and 4 deletions
|
|
@ -33,8 +33,6 @@
|
|||
community.docker.docker_swarm:
|
||||
advertise_addr: "{{ local_ip }}"
|
||||
listen_addr: "{{ local_ip }}"
|
||||
ssl_version: "1.3"
|
||||
validate_certs: yes
|
||||
state: present
|
||||
register: result
|
||||
when: inventory_hostname == groups['managers'][0]
|
||||
|
|
@ -64,8 +62,6 @@
|
|||
community.docker.docker_swarm:
|
||||
advertise_addr: "{{ local_ip }}"
|
||||
listen_addr: "{{ local_ip }}"
|
||||
ssl_version: 1.3
|
||||
validate_certs: yes
|
||||
state: join
|
||||
join_token: "{{ join_token_worker }}"
|
||||
remote_addrs: ["{{ hostvars[groups['managers'][0]].local_ip }}:2377"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue