sudo add iptables rules

We forgot these tasks must be run as root.

Change-Id: Id469cf2319c0c8b25cc61cbded318291518e95d9
This commit is contained in:
James E. Blair 2019-04-25 11:21:00 -07:00
parent b3e579712e
commit 7001ee68a0

View File

@ -4,6 +4,7 @@
include_role:
name: install-docker
- name: Open the IPv4 port for the buildset registry
become: true
iptables:
action: insert
chain: openstack-INPUT
@ -14,6 +15,7 @@
protocol: tcp
ip_version: ipv4
- name: Open the IPv6 port for the buildset registry
become: true
iptables:
action: insert
chain: openstack-INPUT