mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-11-21 10:25:10 +01:00
Fix role name to use _ instead of -
This commit is contained in:
parent
5dfff8d4a4
commit
8b46e34030
@ -296,7 +296,7 @@ To use this role edit your `site.yml` file to look something like this:
|
||||
become: True
|
||||
|
||||
roles:
|
||||
- { role: "nickjj.acme-sh", tags: ["acme-sh"] }
|
||||
- { role: "nickjj.acme_sh", tags: ["acme_sh"] }
|
||||
```
|
||||
|
||||
Here's a few examples. You can recreate this example on your end by opening or
|
||||
@ -380,16 +380,16 @@ acme_sh_domains:
|
||||
*If you're looking for an Ansible role to create users, then check out my
|
||||
[user role](https://github.com/nickjj/ansible-user)*.
|
||||
|
||||
Now you would run `ansible-playbook -i inventory/hosts site.yml -t acme-sh`.
|
||||
Now you would run `ansible-playbook -i inventory/hosts site.yml -t acme_sh`.
|
||||
|
||||
## Installation
|
||||
|
||||
`$ ansible-galaxy install nickjj.acme-sh`
|
||||
`$ ansible-galaxy install nickjj.acme_sh`
|
||||
|
||||
## Ansible Galaxy
|
||||
|
||||
You can find it on the official
|
||||
[Ansible Galaxy](https://galaxy.ansible.com/nickjj/acme-sh/) if you want to
|
||||
[Ansible Galaxy](https://galaxy.ansible.com/nickjj/acme_sh/) if you want to
|
||||
rate it.
|
||||
|
||||
## License
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
galaxy_info:
|
||||
role_name: "acme-sh"
|
||||
role_name: "acme_sh"
|
||||
author: "Nick Janetakis"
|
||||
description: "Install and auto-renew SSL certificates with Let's Encrypt using acme.sh."
|
||||
license: "license (MIT)"
|
||||
|
Loading…
Reference in New Issue
Block a user