removing firewall changes in buildmaster playbook, handled elsewhere

This commit is contained in:
Tim Flink 2014-06-26 18:17:34 +00:00
parent 6f52f5a6d5
commit 158d479d4e

View file

@ -7,18 +7,6 @@
- name: add the buildmaster user
user: name=buildmaster
- name: add ports for buildslaves
action: command lokkit -p '{{ item }}:tcp'
with_items:
- "{{ buildslave_port }}"
when: $is_rhel
- name: add ports for buildslaves
when: is_fedora
command: firewall-cmd --permanent {{ item }}
with_items:
- --add-port={{ buildslave_port }}/tcp
- name: allow httpd tcp connections with selinux
seboolean: name=httpd_can_network_connect state=true persistent=yes