Skip to content

Commit 2480786

Browse files
authored
Fix Ansible deprecation warnings (#59)
1 parent a621854 commit 2480786

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

ansible.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ hash_behaviour = merge
8383
# if passing --private-key to ansible or ansible-playbook
8484
#private_key_file = /path/to/file
8585

86-
# format of string {{ ansible_managed }} available within Jinja2
87-
# templates indicates to users editing templates files will be replaced.
88-
# replacing {file}, {host} and {uid} and strftime codes with proper values.
89-
#ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
90-
ansible_managed = Ansible managed: Do not make changes here - they will be overwritten.
91-
9286
# by default, ansible-playbook will display "Skipping [host]" if it determines a task
9387
# should not be run on a host. Set this to "False" if you don't want to see these "Skipping"
9488
# messages. NOTE: the task header will still be shown regardless of whether or not the

group_vars/all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
ansible_managed: "Ansible managed: Do not make changes here - they will be overwritten."
3+
24
no_proxy: "localhost,127.0.0.1/8,::1,131.159.0.0/16,2a09:80c0::/29,172.16.0.0/12,10.0.0.0/8,*.in.tum.de,*cit.tum.de"
35

46
shared_monitoring_host_v4: "131.159.89.160"

0 commit comments

Comments
 (0)