Upgrade systemd_docker_base (v1.0.0-2 -> v1.1.0-0) and initial work on IPv6 support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3218
This commit is contained in:
parent
7ad67129db
commit
38b03ca3c9
2 changed files with 23 additions and 1 deletions
|
@ -982,6 +982,28 @@ devture_playbook_state_preserver_commit_hash_preservation_dst: "{{ mash_playbook
|
|||
|
||||
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# geerlingguy/ansible-role-docker #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
docker_daemon_options: |
|
||||
{{
|
||||
{
|
||||
'experimental': devture_systemd_docker_base_ipv6_enabled,
|
||||
'ip6tables': devture_systemd_docker_base_ipv6_enabled,
|
||||
}
|
||||
}}
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# /geerlingguy/ansible-role-docker #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
|
||||
|
||||
# role-specific:container_socket_proxy
|
||||
########################################################################
|
||||
# #
|
||||
|
|
|
@ -313,7 +313,7 @@
|
|||
name: syncthing
|
||||
activation_prefix: syncthing_
|
||||
- src: git+https://github.com/devture/com.devture.ansible.role.systemd_docker_base.git
|
||||
version: v1.0.0-2
|
||||
version: v1.1.0-0
|
||||
name: systemd_docker_base
|
||||
activation_prefix: ""
|
||||
- src: git+https://github.com/devture/com.devture.ansible.role.systemd_service_manager.git
|
||||
|
|
Loading…
Add table
Reference in a new issue