summaryrefslogtreecommitdiffstats
path: root/roles/openshift_named_certificates/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Remove become statementsMichael Gugino2018-01-091-1/+0
| | | | | This commit removes become:no statements that break the installer in various ways.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-2/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Remove unused tasks file in openshift_named_certificatesRussell Teague2017-10-031-32/+0
|
* Set named certificate destinations as basenames of provided paths.Andrew Butcher2016-09-291-3/+3
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-012-0/+78
openshift ca bundle.