ansible.cfg: Adjust ansible_managed template

See: https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html
This commit is contained in:
Alan Orth 2019-01-10 12:50:33 +02:00
parent a4fe3698e8
commit e6d5e81d29
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ inventory=hosts
# instead of using --ask-vault-pass
ask_vault_pass=True
ansible_managed = This file is managed by Ansible.%n
template: {file}
date: %Y-%m-%d %H:%M:%S
user: {uid}
host: {host}
[privilege_escalation]
# instead of using -K
become_ask_pass=True