Files
configpolicy/roles
Dustin C. Hatch 2aaf8c5239 roles/cert: Common role for installing certs
The *cert* role is intended to be a generic, reusable role to copy an
X.509 certificate and/or private key file to managed nodes.  It is
intended to be included in a playbook with at least the `cert_src` and
`cert_dest` variables defined, e.g.:

```
- hosts: whatever
  roles:
  - role: cert
    cert_src: whatever.cer
    cert_dest: /path/to/whatever.cer
```
2020-03-09 20:17:47 -05:00
..
2018-08-08 21:38:56 -05:00
2018-07-23 17:35:10 -05:00
2018-04-08 10:11:43 -05:00
2020-01-25 13:57:04 -06:00
2018-06-06 21:44:28 -05:00
2019-03-22 09:29:56 -05:00