Add port 80 here
This commit is contained in:
parent
4df7a8e3ad
commit
75ccc28e69
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue