vm-ansible/host_vars/neko.yaml

29 lines
499 B
YAML
Raw Normal View History

2022-04-16 17:47:49 +02:00
---
2022-05-04 13:59:01 +02:00
ansible_host: zelenka.intra.tormakris.dev
2022-04-16 17:47:49 +02:00
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "http"
proto: tcp
2023-08-26 11:27:32 +02:00
interface: "eth0"
2022-04-16 17:47:49 +02:00
- port: "https"
proto: tcp
2023-08-26 11:27:32 +02:00
interface: "eth0"
- port: "59000:59009"
2022-04-16 17:47:49 +02:00
proto: udp
2023-08-26 11:27:32 +02:00
interface: "eth0"
2022-12-30 16:09:47 +01:00
- port: "3478"
proto: tcp
2023-08-26 11:27:32 +02:00
interface: "eth0"
2022-12-30 16:09:47 +01:00
- port: "3478"
proto: any
2023-08-26 11:27:32 +02:00
interface: "eth0"
2022-12-30 16:09:47 +01:00
- port: "5349"
proto: any
2023-08-26 11:27:32 +02:00
interface: "eth0"
2022-05-29 15:15:02 +02:00
- port: "9101"
proto: tcp
interface: "eth0"
2022-04-16 19:55:29 +02:00
...