change network config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user