ansible-playbook-template/ansible.cfg

9 lines
262 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
2022-04-02 22:39:40 +02:00
ansible_managed = This file is managed by ansible, don't make changes here - they will be overwritten.