mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-04-27 02:01:19 +08:00
Update setup script
This commit is contained in:
parent
d7c89fc225
commit
19d3e3d02c
2 changed files with 7 additions and 2 deletions
|
@ -62,6 +62,11 @@
|
|||
state: latest
|
||||
- name: Install ACME
|
||||
shell: curl https://get.acme.sh | sh -s email="{{ ACME_EMAIL }}"
|
||||
- name: Ensure ACME directory exists
|
||||
file:
|
||||
path: ~/.acme.sh/.ssh/
|
||||
state: directory
|
||||
mode: "0700"
|
||||
- name: Enable Syncthing Service
|
||||
command: systemctl enable syncthing@root.service
|
||||
- name: Start Syncthing Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue