10 lines
315 B
INI
10 lines
315 B
INI
[defaults]
|
|
inventory = ansible/inventory.yml
|
|
# Chick-Fil-A would like a word...
|
|
nocows = True
|
|
|
|
# Installs collections into [current dir]/ansible_collections/namespace/collection_name
|
|
collections_paths = ./ansible/collections
|
|
|
|
# Installs roles into [current dir]/roles/namespace.rolename
|
|
roles_path = ./ansible/roles |