remove ansible_managed
This has been deprecated by ansible
This commit is contained in:
parent
619d82c6f0
commit
d9c8951e60
3 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue