fix(yml): uncomment and standardize commented configuration options for clarity

This commit is contained in:
2026-07-28 22:04:09 +02:00
parent 81e1f3fb3e
commit dc61dfc049
3 changed files with 13 additions and 16 deletions
+8 -9
View File
@@ -28,10 +28,10 @@ network_interfaces:
address: 172.16.80.1 address: 172.16.80.1
netmask: 24 netmask: 24
gateway: 172.16.80.254 gateway: 172.16.80.254
#nameservers: # nameservers:
# - 192.168.81.1 # - 192.168.81.1
# - 172.16.81.254 # - 172.16.81.254
#search: ga.netz ga.intra # search: ga.netz ga.intra
- device: eno2 - device: eno2
@@ -136,7 +136,7 @@ cron_user_entries:
job: /root/bin/manage-gw-config/copy_gateway-config.sh GA-NH job: /root/bin/manage-gw-config/copy_gateway-config.sh GA-NH
#cron_user_special_time_entries: [] # cron_user_special_time_entries: []
cron_user_special_time_entries: cron_user_special_time_entries:
- name: "Check if Postfix Service is running at boot time" - name: "Check if Postfix Service is running at boot time"
@@ -222,7 +222,7 @@ resolved_nameserver:
# If there are more than one search domains, then specify them here in the order in which # If there are more than one search domains, then specify them here in the order in which
# the resolver should also search them # the resolver should also search them
# #
#resolved_domains: [] # resolved_domains: []
resolved_domains: resolved_domains:
- ~. - ~.
- ga.netz - ga.netz
@@ -376,23 +376,23 @@ bind9_gateway_listen_on_v6:
bind9_gateway_listen_on: bind9_gateway_listen_on:
- any - any
#bind9_gateway_allow_transfer: {} # bind9_gateway_allow_transfer: {}
bind9_gateway_allow_transfer: bind9_gateway_allow_transfer:
- none - none
bind9_transfer_source: !!str "192.168.81.1" bind9_transfer_source: !!str "192.168.81.1"
bind9_notify_source: !!str "192.168.81.1" bind9_notify_source: !!str "192.168.81.1"
#bind9_gateway_allow_query: {} # bind9_gateway_allow_query: {}
bind9_gateway_allow_query: bind9_gateway_allow_query:
- local-net - local-net
#bind9_gateway_allow_query_cache: {} # bind9_gateway_allow_query_cache: {}
bind9_gateway_allow_query_cache: bind9_gateway_allow_query_cache:
- local-net - local-net
bind9_gateway_recursion: !!str "yes" bind9_gateway_recursion: !!str "yes"
#bind9_gateway_allow_recursion: {} # bind9_gateway_allow_recursion: {}
bind9_gateway_allow_recursion: bind9_gateway_allow_recursion:
- local-net - local-net
@@ -416,4 +416,3 @@ git_firewall_repository:
root_user: root_user:
name: root name: root
password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq. password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq.
+1 -2
View File
@@ -85,7 +85,7 @@ resolved_nameserver:
# If there are more than one search domains, then specify them here in the order in which # If there are more than one search domains, then specify them here in the order in which
# the resolver should also search them # the resolver should also search them
# #
#resolved_domains: [] # resolved_domains: []
resolved_domains: resolved_domains:
- ~. - ~.
- oopen.de - oopen.de
@@ -144,4 +144,3 @@ git_firewall_repository:
root_user: root_user:
name: root name: root
password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq. password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq.
+2 -3
View File
@@ -15,7 +15,7 @@
# If you don't have a ssh-key on the server and the server expects password authentication use: # If you don't have a ssh-key on the server and the server expects password authentication use:
# ansible-playbook first_run.yml -i hosts -u root --ask-pass # ansible-playbook first_run.yml -i hosts -u root --ask-pass
#- hosts: all # - hosts: all
# strategy: free # strategy: free
# #
## vars_prompt: ## vars_prompt:
@@ -45,7 +45,7 @@
roles: roles:
- ubuntu-server - ubuntu-server
#- hosts: debian-server # - hosts: debian-server
# strategy: free # strategy: free
# #
## vars_prompt: ## vars_prompt:
@@ -55,4 +55,3 @@
# #
# roles: # roles:
# - common # - common