install dnsmasq and nextcloud

This commit is contained in:
Michael Rennecke 2020-05-14 21:45:10 +02:00
parent ce33ca7ccb
commit 8ae8201d82
2 changed files with 18 additions and 4 deletions

View File

@ -8,3 +8,8 @@
roles: roles:
- haproxy - haproxy
- bitwarden - bitwarden
- nextcloud
- hosts: dnsmasq.lan.0rpheus.net
roles:
- dnsmasq

View File

@ -3,10 +3,14 @@
all: all:
hosts: hosts:
mail.0rpheus.net: mail.0rpheus.net:
192.168.0.15: odroid.lan.0rpheus.net:
ansible_ssh_host: 192.168.0.15
dnsmasq.lan.0rpheus.net:
ansible_ssh_host: 192.168.0.2
vars: vars:
ansible_become: false ansible_become: false
ansible_user: root
admin_mailaddress: micha@0rpheus.net admin_mailaddress: micha@0rpheus.net
@ -23,6 +27,7 @@ all:
# <Domain>: <Backend> # <Domain>: <Backend>
smokeping.0rpheus.net: smokeping smokeping.0rpheus.net: smokeping
bitwarden.0rpheus.net: bitwarden bitwarden.0rpheus.net: bitwarden
nextcloud.0rpheus.net: nextcloud
seafile.0rpheus.net: odroid seafile.0rpheus.net: odroid
jabber.0rpheus.net: prosody jabber.0rpheus.net: prosody
tt-rss.0rpheus.net: odroid tt-rss.0rpheus.net: odroid
@ -36,6 +41,10 @@ all:
server_defs: server_defs:
- "apache 127.0.0.1:8080 check" - "apache 127.0.0.1:8080 check"
nextcloud:
server_defs:
- "nextcloud-docker 127.0.0.1:2090 check"
prosody: prosody:
server_defs: server_defs:
- "prosody 127.0.0.1:5281 check ssl verify none" - "prosody 127.0.0.1:5281 check ssl verify none"