adding ssh, http, https ports to blockerbugs-dev vm
This commit is contained in:
parent
41d01d5a07
commit
9ca791656c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
hosts: blockerbugs-dev.cloud.fedoraproject.org
|
||||
user: root
|
||||
gather_facts: True
|
||||
vars:
|
||||
- tcp_ports: [22, 80, 443]
|
||||
- udp_ports: []
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue