21 lines
446 B
YAML
21 lines
446 B
YAML
---
|
|
ansible_host: 204.110.191.248
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
firewall_allow_rules:
|
|
- port: 1812
|
|
proto: udp
|
|
comment: RADIUS Auth
|
|
- port: 1812
|
|
proto: tcp
|
|
comment: RADIUS Auth
|
|
- port: 1813
|
|
proto: udp
|
|
comment: RADIUS Accounting
|
|
- port: 1813
|
|
proto: tcp
|
|
comment: RADIUS Accounting
|
|
- port: 3306
|
|
proto: tcp
|
|
comment: MySQL
|