ansible-role-acme.sh/tasks/main.yml

13 lines
203 B
YAML
Raw Permalink Normal View History

2021-05-30 01:03:42 +02:00
---
- name: install socat
apt:
name:
- socat
- wget
2021-05-30 01:03:42 +02:00
- name: install acme.sh
shell: wget -O - https://get.acme.sh | sh -s email={{ acme_sh_email }}
args:
creates: ~/.acme.sh/