summaryrefslogtreecommitdiff
path: root/roles/openshift_ca/meta
AgeCommit message (Collapse)Author
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-12-10Add missing dependencies on openshift_facts roleScott Dodson
All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
2017-10-02Separate certificate playbooks.Andrew Butcher
2017-08-14Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson
cluster build.
2016-08-01Add options for specifying named ca certificates to be added to the ↵Andrew Butcher
openshift ca bundle.
2016-07-20Refactor openshift certificates roles.Andrew Butcher
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher