summaryrefslogtreecommitdiff
path: root/roles/openshift_builddefaults/tasks
AgeCommit message (Collapse)Author
2017-12-07Remove unused openshift_env_structures and openshift_envMichael Gugino
This component of openshift_facts is no longer used.
2017-01-16add configuration for build default+overrides settingsBen Parees
2016-12-12YAML LintingRussell Teague
* Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
2016-05-04Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher
2016-05-03Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher
2016-04-22Add global proxy configurationScott Dodson
Configures HTTP_PROXY, HTTPS_PROXY, NO_PROXY for master and docker services. Configugres BuildDefaults Admission controller for master to automatically insert proxy environment configuration into build environments. To use set at least these variables - openshift_http_proxy - openshift_https_proxy NO_PROXY entries will automatically be configured for hostnames of all openshift hosts. You may specify additional NO_PROXY hosts or patterns by setting `openshift_no_proxy` If you wish to disable automatic generation of NO_PROXY hosts you may set `openshift_generate_no_proxy_hosts` to False. If you wish to have different builddefaults proxy configuration than baseline proxy configuration set these variables - openshift_builddefaults_http_proxy - openshift_builddefaults_https_proxy - openshift_builddefaults_no_proxy - openshift_builddefaults_git_http_proxy - openshift_builddefaults_git_https_proxy