An Ansible role that automates the process of key retrieval for DCI's RemoteCI.
This role relies on python-dciclient and dci-ansible.
If those are not installed, they should be installed before using this role.
| Variable name | Required | Default | Type | Description |
|---|---|---|---|---|
| dci_import_keys_remoteci_id | True | N/A | UUID | ID of the remoteci to retrieve the SSL info for |
| dci_import_keys_sslclientcert | False | /etc/ssl/repo/dci.cert | Path | Path to the DCI SSL client certificate |
| dci_import_keys_sslclientkey | False | /etc/ssl/repo/dci.key | Path | Path to the DCI SSL client key |
- hosts: localhost
vars:
dci_import_keys_remoteci_id: XXX
roles:
- dci-import-keys
Apache 2.0
Distributed-CI Team distributed-ci@redhat.com