summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Chmod temp dirs created on localhostMichael Gugino2018-01-091-3/+3
| | | | | | | | | | | | | | | After remove become:no statements on local_action tasks, we need to ensure that the proper file permssions are applied to local temp directories. This reason for this is that the 'fetch' module does not use 'become' for the localhost, just the remote host. Additionally, users may not wish for the localhost to become during a fetch. local_action will execute with whatever permissions are specified in inventory or via cli.
* 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