ansible-playbook-template/ansible.cfg

9 lines
250 B
INI
Raw Normal View History

2022-02-04 16:11:54 +01:00
[defaults]
inventory = hosts
remote_user = root
host_key_checking = True
vault_password_file = credentials/vault_token
roles_path = ./roles
force_color = true
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}