Add roundcube to oci-nodes

This commit is contained in:
Timo Makinen 2023-02-04 18:18:05 +00:00
parent 42cb1c86c9
commit 2036276402
3 changed files with 6 additions and 0 deletions

View file

@ -72,6 +72,7 @@ ocinode:
vars: vars:
grafana_version: 9.3.4 grafana_version: 9.3.4
rocketchat_version: 5.1.4 rocketchat_version: 5.1.4
roundcube_version: 1.6.1
print: print:
hosts: hosts:
print01.home.foo.sh: print01.home.foo.sh:

View file

@ -16,3 +16,4 @@
- authcheck - authcheck
- grafana - grafana
- kdc - kdc
- roundcube

View file

@ -89,6 +89,10 @@
- role: nginx/site - role: nginx/site
site: registry.foo.sh site: registry.foo.sh
proxy: ["registry01.home.foo.sh:5000", "registry02.home.foo.sh:5000"] proxy: ["registry01.home.foo.sh:5000", "registry02.home.foo.sh:5000"]
- role: nginx/site
site: webmail.foo.sh
proxy:
- https://oci-node01.home.foo.sh/roundcube/
- role: nginx/site - role: nginx/site
site: wpad.foo.sh site: wpad.foo.sh
- role: nginx/site - role: nginx/site