summaryrefslogtreecommitdiff
path: root/roles/etcd_server_certificates
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-06-10certificates: copy the certificates for the etcd system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-05-16Remove use of local_action with delegate_to and switch 'delegate_to: ↵Andrew Butcher
localhost' temporary directory cleanup actions to local_actions.
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-10Fix etcd cert generationDan Osborne
2017-03-09Merge pull request #3600 from tbielawa/etcd_is_atomic-BZ1427067OpenShift Bot
Merged by openshift-bot
2017-03-08add ability to specify an etcd versionMark McKinstry
2017-03-08New roleTim Bielawa
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-01-27Sync etcd ca certs from etcd_ca_host to other etcd hostsjawed
2016-11-17Refactor to use Ansible package moduleRussell Teague
The Ansible package module will call the correct package manager for the underlying OS.
2016-09-28Suppress more warnings.Andrew Butcher
2016-09-12Move delegated_serial_command module to etcd_common.Andrew Butcher
2016-08-12Ensure etcd user exists in etcd_server_certificates by installing etcd.Andrew Butcher
2016-08-11Support for redeploying certificates.Andrew Butcher
2016-08-08Set become=no for etcd server certificates temporary directory.Andrew Butcher
2016-08-02Refactor etcd certificates roles.Andrew Butcher