use seafile at portainer
This commit is contained in:
parent
2018346603
commit
f16f123ea1
10
common.yaml
10
common.yaml
|
@ -5,13 +5,13 @@
|
|||
- common
|
||||
|
||||
|
||||
- hosts: mail.0rpheus.net:odroid.lan.0rpheus.net
|
||||
- hosts: mail.0rpheus.net
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: install docker related packages
|
||||
apt:
|
||||
name:
|
||||
- python-docker
|
||||
- python3-docker
|
||||
|
||||
|
||||
- hosts: mail.0rpheus.net
|
||||
|
@ -20,9 +20,3 @@
|
|||
- haproxy
|
||||
- bitwarden
|
||||
- nextcloud
|
||||
|
||||
|
||||
# - hosts: dnsmasq.lan.0rpheus.net
|
||||
# gather_facts: false
|
||||
# roles:
|
||||
# - dnsmasq
|
||||
|
|
|
@ -35,7 +35,7 @@ all:
|
|||
smokeping.0rpheus.net: smokeping
|
||||
bitwarden.0rpheus.net: bitwarden
|
||||
nextcloud.0rpheus.net: nextcloud
|
||||
seafile.0rpheus.net: odroid
|
||||
seafile.0rpheus.net: seafile
|
||||
jabber.0rpheus.net: prosody
|
||||
tt-rss.0rpheus.net: ttrss
|
||||
mail.0rpheus.net: apache
|
||||
|
@ -60,9 +60,9 @@ all:
|
|||
server_defs:
|
||||
- "prosody 127.0.0.1:5281 check ssl verify none"
|
||||
|
||||
odroid:
|
||||
seafile:
|
||||
server_defs:
|
||||
- "odroid 172.30.30.2:80 check"
|
||||
- "portainer 10.10.10.2:1200 check"
|
||||
|
||||
smokeping:
|
||||
server_defs:
|
||||
|
|
Loading…
Reference in New Issue