Only turn off Galaxy cert verification via toggle (#3933)

This commit is contained in:
Alan Rominger
2019-10-31 22:56:48 -04:00
committed by Ryan Petrello
parent c7cabfa785
commit 8e7d607a47
3 changed files with 16 additions and 1 deletions

View File

@@ -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'