ansible-role-dehydrated/README.md

20 lines
544 B
Markdown
Raw Normal View History

2022-12-26 12:25:32 +01:00
Dehydrated
==========
2023-04-11 21:38:48 +02:00
Setup and configure [Dehydrated](https://dehydrated.io/).
**Feature**
- Install Dehydrate
- Accept TOS
- Create `domains.txt` and domain directory
- Create cron job for certificate renewal
## Variables
| Name | Default | Descrition |
|--|--|--|
| `dehydrated_cron_name` | Dehydrated certificate renewal | Name of the cron job |
| `dehydrated_cron_hour` | 01 | Hour to run the cron job |
| `dehydrated_cron_minute` | 08 | Minute to run the cron job |
| `dehydrated_cron_user` | root | User to create the cron job for |