Install and enable syncthing
This commit is contained in:
parent
f18e5aefe0
commit
bf907e5e2a
13
arch/roles/syncthing/tasks/main.yml
Normal file
13
arch/roles/syncthing/tasks/main.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
- name: Install Syncthing
|
||||||
|
become: yes
|
||||||
|
pacman:
|
||||||
|
name:
|
||||||
|
- syncthing
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: Enable Syncthing
|
||||||
|
systemd:
|
||||||
|
name: syncthing
|
||||||
|
enabled: yes
|
||||||
|
state: started
|
||||||
|
scope: user
|
@ -22,3 +22,6 @@
|
|||||||
- role: stumpwm
|
- role: stumpwm
|
||||||
tags:
|
tags:
|
||||||
- stumpwm
|
- stumpwm
|
||||||
|
- role: syncthing
|
||||||
|
tags:
|
||||||
|
- syncthing
|
||||||
|
Loading…
Reference in New Issue
Block a user