Skip to content
Snippets Groups Projects
Commit 297ba6df authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove docker pip packages and add docker chains to iptables

parent 86dca9a3
Branches
No related tags found
No related merge requests found
docker_pip_packages:
- 'docker'
- 'docker-py'
docker_pip_packages: []
docker_subnet: false
docker_compose_version: '1.17.1'
......@@ -66,3 +66,10 @@
owner: 'root'
group: 'root'
mode: '644'
- name: "Add iptables chains"
iptables:
chain: '{{ item }}'
with_items:
- 'DOCKER'
- 'DOCKER-ISOLATION'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment