Kristóf Torma
dce0aefec1
Some checks reported errors
continuous-integration/drone/push Build was killed
29 lines
499 B
YAML
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"
|
|
...
|