change network config

This commit is contained in:
2020-02-02 16:24:58 -03:00
parent e9a70f929c
commit 9d32a4e00d
2 changed files with 30 additions and 0 deletions

View File

@@ -79,3 +79,10 @@
sha256sum: 2bdab0bbf42583b4b77ee015cf908933c78f0572a7cb949a7dd8e200e6250221
dest: /usr/local/bin/docker-compose
mode: +x
- name: Configuración de Docker
copy:
content: |
{{ docker_config | to_nice_json }}
dest: /etc/docker/daemon.json
notify: restart docker