Update setup script

This commit is contained in:
Keannu Christian Bernasol 2025-01-13 00:37:47 +08:00
parent d7c89fc225
commit 19d3e3d02c
2 changed files with 7 additions and 2 deletions

View file

@ -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