first commit
This commit is contained in:
commit
b34f00fbb8
8 changed files with 118 additions and 0 deletions
9
handlers/main.yml
Normal file
9
handlers/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: reload nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
|
||||
- name: Get certificate
|
||||
ansible.builtin.command:
|
||||
cmd: dehydrated --cron -g
|
Loading…
Add table
Add a link
Reference in a new issue