From dc61dfc0491e71ea29155f2f1f902de8dfc1ae03 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 28 Jul 2026 22:04:09 +0200 Subject: [PATCH] fix(yml): uncomment and standardize commented configuration options for clarity --- ga-eh-gw.oopen.de.yml | 17 ++++++++--------- mm-irights-migration.oopen.de.yml | 3 +-- playbook.yml | 9 ++++----- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/ga-eh-gw.oopen.de.yml b/ga-eh-gw.oopen.de.yml index 3d9497e..b9d6f6d 100644 --- a/ga-eh-gw.oopen.de.yml +++ b/ga-eh-gw.oopen.de.yml @@ -28,10 +28,10 @@ network_interfaces: address: 172.16.80.1 netmask: 24 gateway: 172.16.80.254 - #nameservers: + # nameservers: # - 192.168.81.1 # - 172.16.81.254 - #search: ga.netz ga.intra + # search: ga.netz ga.intra - device: eno2 @@ -136,7 +136,7 @@ cron_user_entries: 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: - 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 # the resolver should also search them # -#resolved_domains: [] +# resolved_domains: [] resolved_domains: - ~. - ga.netz @@ -376,23 +376,23 @@ bind9_gateway_listen_on_v6: bind9_gateway_listen_on: - any -#bind9_gateway_allow_transfer: {} +# bind9_gateway_allow_transfer: {} bind9_gateway_allow_transfer: - none bind9_transfer_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: - local-net -#bind9_gateway_allow_query_cache: {} +# bind9_gateway_allow_query_cache: {} bind9_gateway_allow_query_cache: - local-net bind9_gateway_recursion: !!str "yes" -#bind9_gateway_allow_recursion: {} +# bind9_gateway_allow_recursion: {} bind9_gateway_allow_recursion: - local-net @@ -416,4 +416,3 @@ git_firewall_repository: root_user: name: root password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq. - diff --git a/mm-irights-migration.oopen.de.yml b/mm-irights-migration.oopen.de.yml index 2b73172..10c46b1 100644 --- a/mm-irights-migration.oopen.de.yml +++ b/mm-irights-migration.oopen.de.yml @@ -85,7 +85,7 @@ resolved_nameserver: # If there are more than one search domains, then specify them here in the order in which # the resolver should also search them # -#resolved_domains: [] +# resolved_domains: [] resolved_domains: - ~. - oopen.de @@ -144,4 +144,3 @@ git_firewall_repository: root_user: name: root password: $6$J1ssJfdshf/$mknQEPDcW4HN5.wFfawbamamywI7F7fhdZmaR1abNrc4DA7DNRx766lz3ygf9YV3gcmRq3QhJ3fBVlkwGMCvq. - diff --git a/playbook.yml b/playbook.yml index 152fd3a..7b28912 100644 --- a/playbook.yml +++ b/playbook.yml @@ -15,8 +15,8 @@ # 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 -#- hosts: all -# strategy: free +# - hosts: all +# strategy: free # ## vars_prompt: ## @@ -45,8 +45,8 @@ roles: - ubuntu-server -#- hosts: debian-server -# strategy: free +# - hosts: debian-server +# strategy: free # ## vars_prompt: ## @@ -55,4 +55,3 @@ # # roles: # - common -