blob: a11bd1af2e9a3632996a3fb5d85aafbbe1dfa84d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# config file for ansible -- https://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]
# some basic default values...
inventory = hosts
roles_path = ../../resources/roles
|