fix: fix docker swarm network issue
This commit is contained in:
parent
73e4d7fd19
commit
e054c7e702
7 changed files with 80 additions and 70 deletions
|
|
@ -1,8 +1,9 @@
|
|||
export ANSIBLE_VAULT_PASSWORD_FILE := ".decrypt-pass.txt"
|
||||
export ANSIBLE_BECOME_PASSWORD_FILE := ".become-pass.txt"
|
||||
|
||||
# Debug output, disabled in CI
|
||||
export ANSIBLE_DISPLAY_ARGS_TO_STDOUT := if env('CI', '') == 'true' { 'false' } else { 'true' }
|
||||
export ANSIBLE_ENABLE_TASK_DEBUGGER := if env('CI', '') == 'true' { 'false' } else { 'true' }
|
||||
# export ANSIBLE_ENABLE_TASK_DEBUGGER := if env('CI', '') == 'true' { 'false' } else { 'true' }
|
||||
|
||||
|
||||
play +ARGS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue