mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
10 lines
364 B
INI
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 |