summaryrefslogtreecommitdiffstats
path: root/roles/openshift_builddefaults/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused openshift_env_structures and openshift_envMichael Gugino2017-12-071-5/+0
| | | | This component of openshift_facts is no longer used.
* add configuration for build default+overrides settingsBen Parees2017-01-161-0/+1
|
* YAML LintingRussell Teague2016-12-121-2/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher2016-05-041-4/+2
|
* Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher2016-05-031-1/+3
|
* Add global proxy configurationScott Dodson2016-04-221-0/+24
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