ansible-role-dehydrated/README.md
2023-10-23 18:23:18 +02:00

20 lines
547 B
Markdown

Dehydrated
==========
Setup and configure [Dehydrated](https://dehydrated.io/).
**Features**
- Install dehydrated
- Accept TOS
- Create `domains.txt` and domain directory
- Create cron job for certificate renewals
## 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 |