vm-ansible/host_vars/neko.yaml
Kristóf Torma dce0aefec1
Some checks reported errors
continuous-integration/drone/push Build was killed
reconfigure neko
2023-08-26 11:27:32 +02:00

29 lines
499 B
YAML

---
ansible_host: zelenka.intra.tormakris.dev
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "http"
proto: tcp
interface: "eth0"
- port: "https"
proto: tcp
interface: "eth0"
- port: "59000:59009"
proto: udp
interface: "eth0"
- port: "3478"
proto: tcp
interface: "eth0"
- port: "3478"
proto: any
interface: "eth0"
- port: "5349"
proto: any
interface: "eth0"
- port: "9101"
proto: tcp
interface: "eth0"
...