Files
JFrog-Cloud-Installers/ansible.cfg

10 lines
364 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/ansible_collections/jfrog/installers/roles
host_key_checking = false
deprecation_warnings=False