summaryrefslogtreecommitdiffstats
path: root/roles/openshift_ca
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+3
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+1
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Support for redeploying certificates.Andrew Butcher2016-08-111-3/+60
|
* [openshift_ca] correct check for missing CA.Andrew Butcher2016-08-041-2/+1
|
* Add options for specifying named ca certificates to be added to the ↵Andrew Butcher2016-08-012-5/+10
| | | | openshift ca bundle.
* Refactor openshift certificates roles.Andrew Butcher2016-07-203-0/+71
|
* Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-1/+1
| | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-313-71/+0
|\
| * Revert openshift-certificates changes.Andrew Butcher2016-05-304-127/+0
| |
* | Fix use of openshift_version in ca role.Devan Goodwin2016-05-301-4/+1
|/
* Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-194-0/+127