Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate etcd certs roles | Jan Chaloupka | 2017-09-18 | 3 | -283/+0 |
| | | | | | | | 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. | ||||
* | add etcd scaleup playbook | jawed | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | certificates: copy the certificates for the etcd system container | Giuseppe Scrivano | 2017-06-10 | 1 | -9/+28 |
| | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | Remove use of local_action with delegate_to and switch 'delegate_to: ↵ | Andrew Butcher | 2017-05-16 | 1 | -3/+1 |
| | | | | localhost' temporary directory cleanup actions to local_actions. | ||||
* | Refactor etcd roles | Jan Chaloupka | 2017-04-28 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | Fix etcd cert generation | Dan Osborne | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | Merge pull request #3600 from tbielawa/etcd_is_atomic-BZ1427067 | OpenShift Bot | 2017-03-09 | 1 | -1/+1 |
|\ | | | | | Merged by openshift-bot | ||||
| * | New role | Tim Bielawa | 2017-03-08 | 1 | -1/+1 |
| | | |||||
* | | add ability to specify an etcd version | Mark McKinstry | 2017-03-08 | 1 | -1/+1 |
|/ | |||||
* | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | Sync etcd ca certs from etcd_ca_host to other etcd hosts | jawed | 2017-01-27 | 1 | -0/+32 |
| | |||||
* | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -1/+1 |
| | | | | | The Ansible package module will call the correct package manager for the underlying OS. | ||||
* | Suppress more warnings. | Andrew Butcher | 2016-09-28 | 1 | -0/+3 |
| | |||||
* | Move delegated_serial_command module to etcd_common. | Andrew Butcher | 2016-09-12 | 1 | -1/+0 |
| | |||||
* | Ensure etcd user exists in etcd_server_certificates by installing etcd. | Andrew Butcher | 2016-08-12 | 1 | -0/+4 |
| | |||||
* | Support for redeploying certificates. | Andrew Butcher | 2016-08-11 | 1 | -3/+40 |
| | |||||
* | Set become=no for etcd server certificates temporary directory. | Andrew Butcher | 2016-08-08 | 1 | -0/+2 |
| | |||||
* | Refactor etcd certificates roles. | Andrew Butcher | 2016-08-02 | 4 | -0/+187 |