diff options
Diffstat (limited to 'ansible/plays/host-hash.yml')
-rw-r--r-- | ansible/plays/host-hash.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/plays/host-hash.yml b/ansible/plays/host-hash.yml new file mode 100644 index 0000000..62b781f --- /dev/null +++ b/ansible/plays/host-hash.yml @@ -0,0 +1,10 @@ +- hosts: hash + tasks: + - become: yes + copy: + dest: /etc/docker/daemon.json + content: | + { + "ipv6": true, + "fixed-cidr-v6": "{{ ipam6.networks.hash_docker_dn42.range }}" + } |