13 lines
271 B
YAML
13 lines
271 B
YAML
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
public_ip: 204.110.191.222
|
|
dns_backend: bind9
|
|
|
|
firewall_allow_rules:
|
|
- port: 53
|
|
proto: tcp
|
|
comment: DNS
|
|
- port: 53
|
|
proto: udp
|
|
comment: DNS
|