remove ansible_managed

This has been deprecated by ansible
This commit is contained in:
Peter 2025-07-14 18:30:42 +02:00
parent 619d82c6f0
commit d9c8951e60
3 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,6 @@
inventory=inventory
retry_files_enabled = False
remote_user = root
ansible_managed = DO NOT MODIFY: this file is managed by ansible!
deperaction_warnings = True
display_skipped_hosts = True

View file

@ -1,5 +1,5 @@
#!/bin/bash
# {{ ansible_managed }}
# This file is managed by ansible, do not modify!
# IPv4:
iptables -F
@ -75,4 +75,4 @@ ip6tables -A INPUT -j REJECT
iptables -A FORWARD -j REJECT
ip6tables -A FORWARD -j REJECT
# {{ansible_managed}}
# This file is managed by ansible, do not modify!

View file

@ -1,5 +1,5 @@
#!/bin/sh
# {{ansible_managed}}
# DO NOT MODIFY: this file is written by ansible
# Firewall to allow mosh sessions
ip6tables -A INPUT -p udp --match multiport --dports 60001:60020 -j ACCEPT