vm-ansible/host_vars/neko.yaml
Torma Kristóf f7ffff3b8d
Some checks reported errors
continuous-integration/drone/push Build was killed
add exporters
2022-05-29 15:15:02 +02:00

33 lines
575 B
YAML

---
ansible_host: zelenka.intra.tormakris.dev
firewall:
- port: "ssh"
proto: tcp
interface: "eth0"
- port: "http"
proto: tcp
interface: "eth1"
- port: "https"
proto: tcp
interface: "eth1"
- port: "59000:59049"
proto: udp
interface: "eth1"
- port: "9100"
proto: tcp
interface: "eth0"
- port: "9101"
proto: tcp
interface: "eth0"
- port: "9706"
proto: tcp
interface: "eth0"
netplan:
default_gateway: ""
additionalinterfaces:
- name: "eth1"
dhcp4: true
dhcp6: true
denydns: true
...