9 lines
155 B
YAML
9 lines
155 B
YAML
|
- name: Run certbot
|
||
|
command: sh /opt/certbot/certbot-run.sh
|
||
|
|
||
|
- name: Restart haproxy
|
||
|
service:
|
||
|
name: haproxy
|
||
|
enabled: true
|
||
|
state: restarted
|