diff options
author | 2024-09-02 03:54:22 +0100 | |
---|---|---|
committer | 2024-09-03 15:14:52 +0100 | |
commit | b085a982c8cb0bd567f4ebb42e9533607638b452 (patch) | |
tree | bfcd4196af8d247d146233d0a645920308c0193f | |
parent | Delay Fredrick vacation script replies by 10 minutes (diff) |
Set ansible_managed for use in templates
-rw-r--r-- | ansible/ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index ff9ee50..63626ea 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -5,6 +5,8 @@ vault_password_file = vault_passwords collections_path = .ansible/galaxy_collections/ roles_path = .ansible/galaxy_roles/:roles/ +ansible_managed = Managed by Ansible (do not edit). Role: {{{{ role_name }}}}, Template: {{{{ template_path | basename }}}} + [privilege_escalation] become = yes |