Fix linter issues
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
eec95be2de
commit
43ebb7b044
9 changed files with 33 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
ansible.builtin.include_vars: "{{ ansible_os_family }}_{{ docker_ver }}.yml"
|
||||
|
||||
- name: See if docker is installed
|
||||
stat: path=/usr/bin/docker
|
||||
ansible.builtin.stat: path=/usr/bin/docker
|
||||
register: docker_installed
|
||||
|
||||
- name: Install docker rules for {{ ansible_os_family }} OS family
|
||||
|
|
@ -53,13 +53,13 @@
|
|||
# notify: Restart docker
|
||||
|
||||
# - port TCP 2376: permet au client local de communiquer de façon sécurisée avec le daemon tournant sur une machine du swarm
|
||||
#
|
||||
#
|
||||
# - port TCP 2377: permet la communication entre les managers du swarm (port seulement ouvert sur les managers)
|
||||
#
|
||||
#
|
||||
# - port UDP 4789: permet la communication entre les containers sur un réseau overlay
|
||||
#
|
||||
#
|
||||
# - port TCP et UDP 7946: permet la communication entre les machines du swarm
|
||||
#
|
||||
#
|
||||
# - interfaces docker0 and docker_gwbridge ? firewall-cmd --change-zone=docker0 --zone=trusted --permanent; firewall-cmd --change-zone=docker_gwbridge --zone=trusted --permanent
|
||||
|
||||
- name: Install python library for docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue