mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-11-28 11:35:16 +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
|
become: True
|
||||||
|
|
||||||
roles:
|
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
|
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
|
*If you're looking for an Ansible role to create users, then check out my
|
||||||
[user role](https://github.com/nickjj/ansible-user)*.
|
[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
|
## Installation
|
||||||
|
|
||||||
`$ ansible-galaxy install nickjj.acme-sh`
|
`$ ansible-galaxy install nickjj.acme_sh`
|
||||||
|
|
||||||
## Ansible Galaxy
|
## Ansible Galaxy
|
||||||
|
|
||||||
You can find it on the official
|
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.
|
rate it.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
role_name: "acme-sh"
|
role_name: "acme_sh"
|
||||||
author: "Nick Janetakis"
|
author: "Nick Janetakis"
|
||||||
description: "Install and auto-renew SSL certificates with Let's Encrypt using acme.sh."
|
description: "Install and auto-renew SSL certificates with Let's Encrypt using acme.sh."
|
||||||
license: "license (MIT)"
|
license: "license (MIT)"
|
||||||
|
Loading…
Reference in New Issue
Block a user