summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_facts.yml
Commit message (Collapse)AuthorAgeFilesLines
* Removing tasks from module openshift_facts.Kenny Woodson2017-08-041-4/+132
|
* validate and normalize inventory variablesLuke Meyer2017-03-291-2/+0
| | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.
* Allow ansible to continue when a node is unaccessible or fails.Andrew Butcher2016-11-181-1/+5
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-291-0/+2
|
* Move repoquery fact definition to openshift_common.Devan Goodwin2016-07-071-3/+0
|
* Update repoquery_cmd definitions to match latest in master.Devan Goodwin2016-07-041-1/+1
|
* Merge branch 'master' into upgrade33Devan Goodwin2016-07-041-0/+1
|\
| * Set any_errors_fatal for initialize facts play.Andrew Butcher2016-06-281-0/+1
| |
* | Fixes for non-containerized separate etcd hosts.Devan Goodwin2016-06-281-0/+3
| |
* | Fix docker restarts during openshift_version role.Devan Goodwin2016-06-201-0/+2
|/ | | | | | | | | The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
* Set openshift.common.hostname early in playbook execution.Andrew Butcher2016-05-171-1/+4
|
* Initialize facts for all hosts.Andrew Butcher2016-05-091-0/+7