16 lines
542 B
INI
16 lines
542 B
INI
|
# config file for ansible -- http://ansible.com/
|
||
|
# ==============================================
|
||
|
|
||
|
# nearly all parameters can be overridden in ansible-playbook
|
||
|
# or with command line flags. ansible will read ANSIBLE_CONFIG,
|
||
|
# ansible.cfg in the current working directory, .ansible.cfg in
|
||
|
# the home directory or /etc/ansible/ansible.cfg, whichever it
|
||
|
# finds first
|
||
|
|
||
|
[defaults]
|
||
|
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d by {uid} on {host}
|
||
|
|
||
|
# additional paths to search for roles in, colon separated
|
||
|
roles_path = ../
|
||
|
|