Skip to content

Commit a89f9f1

Browse files
committed
add ports to couchdb firewall.
1 parent a83bd42 commit a89f9f1

File tree

1 file changed

+5
-1
lines changed
  • playbooks/roles/eucalyptus-groups/tasks

1 file changed

+5
-1
lines changed

playbooks/roles/eucalyptus-groups/tasks/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@
100100
- proto: tcp
101101
from_port: 4369
102102
to_port: 4369
103-
cidr_ip: 10.1.3.0/24
103+
group_name: couchdb
104+
- proto: tcp
105+
from_port: 9100
106+
to_port: 9200
107+
group_name: couchdb
104108

105109
- name: security group rabbitmq
106110
ec2_group:

0 commit comments

Comments
 (0)