Files
JFrog-Cloud-Installers/ansible.cfg
2020-05-22 14:25:23 -07:00

10 lines
352 B
INI

[defaults]
# Installs collections into [current dir]/ansible_collections/namespace/collection_name
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections:collection
# Installs roles into [current dir]/roles/namespace.rolename
roles_path = Ansible/collection/jfrog/ansible/roles
host_key_checking = false
deprecation_warnings=False