ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 778dac449c8014c33fc2aa0cde0f512a80178c60
parent 70078b2a8ee2cab31a2788c208631a67698df968
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 21 Feb 2021 16:23:19 +0100

"THIS FILE IS MANAGED BY ANSIBLE"
8 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/roles/acme-redirect/files/nftables-rule.nft b/roles/acme-redirect/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/bind/files/nftables-rule.nft b/roles/bind/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/fritzboxExporter/files/nftables-rule.nft b/roles/fritzboxExporter/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/maddy/files/nftables-rule.nft b/roles/maddy/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/mbusd/files/mbusd@.service b/roles/mbusd/files/mbusd@.service
@@ -1,3 +1,7 @@
+#
+# !!! This file is managed by Ansible !!!
+#
+
 [Unit]
 Description=Modbus TCP to Modbus RTU (RS-232/485) gateway.
 Requires=network.target
diff --git a/roles/nginx/files/nftables-rule.nft b/roles/nginx/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/nginx/files/nftables-rule_httpsOnly.nft b/roles/nginx/files/nftables-rule_httpsOnly.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {
diff --git a/roles/syncthing/files/nftables-rule.nft b/roles/syncthing/files/nftables-rule.nft
@@ -1,4 +1,7 @@
 #!/usr/sbin/nft -f
+#
+# !!! This file is managed by Ansible !!!
+#
 
 table inet firewall {
     chain inbound {