vm-ansible/host_vars/neko.yaml

27 lines
464 B
YAML
Raw Normal View History

2022-04-16 17:47:49 +02:00
---
2022-04-16 23:37:46 +02:00
ansible_host: zelenka.stargate.internal
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: "ssh"
proto: tcp
interface: "eth1"
- port: "59000:59049"
proto: udp
interface: "eth1"
2022-04-16 19:09:47 +02:00
netplan:
default_gateway: ""
additionalinterfaces:
- name: "eth1"
dhcp4: true
dhcp6: true
denydns: true
2022-04-16 19:55:29 +02:00
...