sudo add iptables rules
We forgot these tasks must be run as root. Change-Id: Id469cf2319c0c8b25cc61cbded318291518e95d9
This commit is contained in:
parent
b3e579712e
commit
7001ee68a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user