vm-ansible/host_vars/neko.yaml

41 lines
780 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
interface: "eth1"
- port: "https"
proto: tcp
interface: "eth1"
- port: "59000:59049"
proto: udp
interface: "eth1"
2022-12-30 16:09:47 +01:00
- port: "3478"
proto: tcp
interface: "eth1"
- port: "3478"
proto: any
interface: "eth1"
- port: "5349"
proto: any
interface: "eth1"
2022-05-29 15:15:02 +02:00
- port: "9101"
proto: tcp
interface: "eth0"
2022-04-16 19:09:47 +02:00
netplan:
default_gateway: ""
additionalinterfaces:
- name: "eth1"
2022-10-11 23:24:22 +02:00
dhcp4: false
dhcp6: false
2022-04-16 19:09:47 +02:00
denydns: true
2022-10-11 23:24:22 +02:00
addresses:
- '152.66.211.42/24'
- '2001:738:2001:207f:0:211:42:0/64'
gateway4: '152.66.211.254'
gateway6: 'fe80::'
2022-04-16 19:55:29 +02:00
...