WIP: update docker swarm configuration

This commit is contained in:
Alexander Navarro 2024-12-12 16:57:41 -03:00
parent 73e4d7fd19
commit 53ba86c6b7
6 changed files with 69 additions and 69 deletions

View file

@ -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: