From c13bb9876650e20741328cf1315bea30c8107795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 3 Feb 2015 08:29:35 +0000 Subject: [PATCH] add ssl of amqp port --- playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml index 6a6bb16e00..0135aae654 100644 --- a/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml @@ -77,7 +77,9 @@ line="-A INPUT -s 172.24.0.10/24 -p tcp -m multiport --dports {{ item }} -m comment --comment \"added by fedora-infra ansible\" -j ACCEPT" backup=yes with_items: + - 5671 - 5672 + notify: restart iptables # http://docs.openstack.org/trunk/install-guide/install/yum/content/basics-neutron-networking-controller-node.html