forked from ISTI-ansible-roles/ansible-roles
9 lines
297 B
YAML
9 lines
297 B
YAML
---
|
|
- include: pkgs.yml
|
|
|
|
- name: Enable Docker TCP on local bridge (for docker swarm)
|
|
action: configfile path=/etc/default/docker syntax=shell key=DOCKER_OPTS value="\"-H tcp://172.17.42.1:2375 -H unix:///var/run/docker.sock\""
|
|
notify: Restart docker
|
|
when: docker_swarm
|
|
tags: docker-conf
|