Add roundcube to oci-nodes
This commit is contained in:
parent
42cb1c86c9
commit
2036276402
3 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,7 @@ ocinode:
|
|||
vars:
|
||||
grafana_version: 9.3.4
|
||||
rocketchat_version: 5.1.4
|
||||
roundcube_version: 1.6.1
|
||||
print:
|
||||
hosts:
|
||||
print01.home.foo.sh:
|
||||
|
|
|
@ -16,3 +16,4 @@
|
|||
- authcheck
|
||||
- grafana
|
||||
- kdc
|
||||
- roundcube
|
||||
|
|
|
@ -89,6 +89,10 @@
|
|||
- role: nginx/site
|
||||
site: registry.foo.sh
|
||||
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
|
||||
site: wpad.foo.sh
|
||||
- role: nginx/site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue