mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Only turn off Galaxy cert verification via toggle (#3933)
This commit is contained in:
committed by
Ryan Petrello
parent
c7cabfa785
commit
8e7d607a47
@@ -605,6 +605,9 @@ PUBLIC_GALAXY_SERVER = {
|
||||
'url': 'https://galaxy.ansible.com'
|
||||
}
|
||||
|
||||
# Applies to any galaxy server
|
||||
GALAXY_IGNORE_CERTS = False
|
||||
|
||||
# List of dicts of fallback (additional) Galaxy servers. If configured, these
|
||||
# will be higher precedence than public Galaxy, but lower than primary Galaxy.
|
||||
# Available options: 'id', 'url', 'username', 'password', 'token', 'auth_url'
|
||||
|
||||
Reference in New Issue
Block a user