Add port 80 here

This commit is contained in:
Kevin Fenzi 2014-05-15 19:41:39 +00:00
parent 4df7a8e3ad
commit 75ccc28e69
2 changed files with 4 additions and 4 deletions

View file

@ -5,5 +5,5 @@ num_cpus: 1
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 873 ]
tcp_ports: [ 80, 873 ]
fas_client_groups: sysadmin-noc,sysadmin-docs

View file

@ -2,7 +2,7 @@
hosts: docs-backend
user: root
gather_facts: False
accelerate: True
accelerate: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -19,7 +19,7 @@
hosts: docs-backend
user: root
gather_facts: True
accelerate: True
accelerate: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -54,7 +54,7 @@
hosts: docs-backend
user: root
gather_facts: True
accelerate: True
accelerate: False
vars_files:
- /srv/web/infra/ansible/vars/global.yml