File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Ansible Role: Certkit.Sync
1+ # Ansible Role: certkit_io.sync
22
33An Ansible Role for Linux that installs a script which synchronizes SSL certificates managed by [ Certkit.io] ( https://www.certkit.io/ ) .
44
@@ -11,7 +11,7 @@ A Certkit account ([Signup for free](https://app.certkit.io/signup)).
1111Install using the ` ansible-galaxy ` CLI:
1212
1313```
14- ansible-galaxy role install certkit .sync
14+ ansible-galaxy role install certkit_io .sync
1515```
1616
1717## Role Variables
3838 tasks :
3939
4040 - include_role :
41- name : certkit .sync
41+ name : certkit_io .sync
4242 vars :
4343 # Credentials from the CertKit UI
4444 certkit_bucket : certkit-1234
Original file line number Diff line number Diff line change 11---
22galaxy_info :
33 role_name : sync
4- namespace : certkit
4+ namespace : certkit_io
55 author : " Certkit.io"
66 description : Certkit SSL Certificate Syncing for Linux.
77 company : " TrackJS, LLC"
You can’t perform that action at this time.
0 commit comments