fuck yaml and indentation

This commit is contained in:
2022-04-16 19:55:29 +02:00
parent 404021807b
commit e0aeabddf3
47 changed files with 61 additions and 21 deletions

View File

@ -3,3 +3,4 @@ servicename: mckay
backup:
host: oniel.tormakristof.eu
internal: false
...

View File

@ -7,3 +7,4 @@ firewall:
- port: "2222"
proto: tcp
interface: "eth0"
...

View File

@ -3,3 +3,4 @@ firewall:
- port: "3306"
proto: tcp
interface: "eth0"
...

View File

@ -22,3 +22,4 @@ netplan:
dhcp4: true
dhcp6: true
denydns: true
...

View File

@ -4,3 +4,4 @@ webserver:
port: 8080
- domain: "registry.kmlabz.com"
port: 4269
...

View File

@ -20,3 +20,4 @@ netplan:
dhcp4: true
dhcp6: false
denydns: true
...

View File

@ -3,3 +3,4 @@ firewall:
- port: "5432"
proto: tcp
interface: "eth0"
...