summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Remove become=no from various roles and tasksMichael Gugino2018-01-051-4/+8
| | | | | | | | | | | | | | | | | etcd runs some actions locally to copy certs from the CA cert host. This commit ensures that we respect the end user's intended behavior with become when using 'anisble_become' in the inventory. Other roles with similar tasks have been modified in the same manner. We shouldn't hard-code become behavior as it can be unexpected for the end user. This only currently works in the CI because the CI passes the '-b' argument on the command line, which will override the task behavior.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-1/+1
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Trying to fix up/audit note some changesTim Bielawa2017-02-141-0/+2
|
* Default infra template modification based on ↵Andrew Butcher2016-10-241-1/+1
| | | | openshift_examples_modify_imagestreams
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-0/+65