Rename some options
Fixup for d9598f0bbd
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3247#issuecomment-2067207227
This commit is contained in:
parent
d9598f0bbd
commit
4d91e8b579
@ -19,13 +19,13 @@
|
|||||||
# Also see `devture_docker_sdk_for_python_installation_enabled`.
|
# Also see `devture_docker_sdk_for_python_installation_enabled`.
|
||||||
matrix_playbook_docker_installation_enabled: true
|
matrix_playbook_docker_installation_enabled: true
|
||||||
|
|
||||||
matrix_playbook_docker_daemon_options: "{{ matrix_playbook_docker_daemon_options_auto | combine(matrix_playbook_docker_daemon_options_custom, recursive=True) }}"
|
matrix_playbook_docker_installation_daemon_options: "{{ matrix_playbook_docker_installation_daemon_options_auto | combine(matrix_playbook_docker_installation_daemon_options_custom, recursive=True) }}"
|
||||||
|
|
||||||
matrix_playbook_docker_daemon_options_auto:
|
matrix_playbook_docker_installation_daemon_options_auto:
|
||||||
experimental: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
experimental: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
||||||
ip6tables: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
ip6tables: "{{ devture_systemd_docker_base_ipv6_enabled }}"
|
||||||
|
|
||||||
matrix_playbook_docker_daemon_options_custom: {}
|
matrix_playbook_docker_installation_daemon_options_custom: {}
|
||||||
|
|
||||||
# Controls whether to attach Traefik labels to services.
|
# Controls whether to attach Traefik labels to services.
|
||||||
# This is separate from `devture_traefik_enabled`, because you may wish to disable Traefik installation by the playbook,
|
# This is separate from `devture_traefik_enabled`, because you may wish to disable Traefik installation by the playbook,
|
||||||
@ -491,7 +491,7 @@ devture_playbook_state_preserver_commit_hash_preservation_dst: "{{ matrix_base_d
|
|||||||
# #
|
# #
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
docker_daemon_options: "{{ matrix_playbook_docker_daemon_options }}"
|
docker_daemon_options: "{{ matrix_playbook_docker_installation_daemon_options }}"
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# #
|
# #
|
||||||
|
Loading…
Reference in New Issue
Block a user