summaryrefslogtreecommitdiff
path: root/roles/openshift_etcd_ca
AgeCommit message (Collapse)Author
2017-09-18Consolidate etcd certs rolesJan Chaloupka
This is a part of the etcd_ like role consolidationi into an action-based role. As part of the consilidation some roles have been removed and some replaced by include_role module. Resulting in reorder and shift of role dependencies from a role into a play.
2017-06-15add etcd scaleup playbookjawed
2017-04-28Refactor etcd rolesJan Chaloupka
- introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
2017-03-09Remove debug taskTim Bielawa
2017-03-08New roleTim Bielawa