You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
349 B
Django/Jinja
14 lines
349 B
Django/Jinja
{{ template_disclaimer }}
|
|
[defaults]
|
|
|
|
# Installs collections into ./ansible_collections/namespace/collection_name
|
|
collections_paths = ./
|
|
|
|
# Installs roles into ./roles/namespace.rolename
|
|
roles_path = ./roles
|
|
|
|
# Use the YAML callback plugin.
|
|
stdout_callback = yaml
|
|
# Use the stdout_callback when running ad-hoc commands.
|
|
bin_ansible_callbacks = True
|