mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-04-27 02:01:19 +08:00
Update playbooks
This commit is contained in:
parent
e64ea06972
commit
55431ef2f4
2 changed files with 6 additions and 5 deletions
|
@ -56,6 +56,8 @@
|
|||
shell: curl https://get.acme.sh | sh -s email="{{ ACME_EMAIL }}"
|
||||
- name: Enable Syncthing Service
|
||||
command: systemctl enable syncthing@root.service
|
||||
- name: Start Syncthing Service
|
||||
command: systemctl start syncthing@root.service
|
||||
- name: Allow Syncthing Remote Management
|
||||
replace:
|
||||
path: /root/.config/syncthing/config.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue