This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
draft for cloud storage
pydio
Edoardo Putti
8 years ago
parent
55bfeef774
commit
07a82e3247
1 changed files
with
27 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+27
-0
pydio.yaml
+ 27
- 0
pydio.yaml
View File
@ -0,0 +1,27 @@
---
-
hosts
:
biff
roles:
-
role
:
lxc_guest
vm_name
:
pydio
vm_size
:
30G
distro
:
stretch
-
hosts
:
pydio
tasks:
-
name
:
Add syncthing repo key
apt_key:
url
:
"https://syncthing.net/release-key.txt"
state
:
present
-
name
:
Add syncthing
apt_repository:
repo
:
"deb http://apt.syncthing.net/ syncthing release"
state
:
present
-
name
:
Install syncthing
apt:
name
:
syncthing
state
:
present
update_cache
:
yes
-
name
:
Enable syncthing
service:
name
:
syncthing
state
:
started
enabled
:
yes
Write
Preview
Loading…
Cancel
Save