summaryrefslogtreecommitdiffstats
path: root/roles/openshift_provisioners/tasks/install_efs.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-3/+3
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Remove all uses of openshift.common.admin_binaryScott Dodson2017-12-071-1/+1
| | | | Replace with `oc adm`
* Merge pull request #4571 from wongma7/efs-followMichael Gugino2017-10-311-2/+6
|\ | | | | Add blank storageClassName to provisioner PVC & PV template
| * Fix yaml formattingMatthew Wong2017-10-271-2/+6
| |
* | Fix syntax for when statementRodolfo Carvalho2017-08-101-1/+1
|/ | | | | | | | Without that, playbook runs print warnings such as this: [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not defined and g_new_etcd_hosts is not defined}}
* Don't double quote when conditionsScott Dodson2017-05-011-1/+1
|
* Add external provisioners playbook starting with aws efsMatthew Wong2017-03-301-0/+70