ansible-role-dehydrated/README.md

20 lines
547 B
Markdown
Raw Permalink 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/).
2023-10-23 18:23:18 +02:00
**Features**
- Install dehydrated
2023-04-11 21:38:48 +02:00
- Accept TOS
- Create `domains.txt` and domain directory
2023-10-23 18:23:18 +02:00
- Create cron job for certificate renewals
2023-04-11 21:38:48 +02:00
## 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 |