22 lines
453 B
YAML
22 lines
453 B
YAML
---
|
|
ansible_host: 204.110.191.224
|
|
ansible_user: debian
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
firewall_allow_rules:
|
|
- port: 80
|
|
proto: tcp
|
|
comment: HTTP
|
|
- port: 443
|
|
proto: tcp
|
|
comment: HTTPS
|
|
- port: 81
|
|
proto: tcp
|
|
comment: UISP device management
|
|
- port: 8089
|
|
proto: tcp
|
|
comment: UISP HTTPS alt
|
|
- port: 2055
|
|
proto: udp
|
|
comment: NetFlow
|