infra/ansible/host_vars/radius.vntx.net.yml

20 lines
478 B
YAML

---
ansible_user: graham
ansible_host: 204.110.191.248
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_private_key_file: /Users/graham/.ssh/id_ed25519
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