Run roundcube on all oci-node instances

This commit is contained in:
Timo Makinen 2024-04-13 18:47:40 +00:00
parent a275cadcbd
commit f08c478bf6
2 changed files with 2 additions and 2 deletions

View file

@ -29,8 +29,7 @@
- authcheck - authcheck
- grafana - grafana
- kdc - kdc
- roundcube
- role: php4dvd - role: php4dvd
when: ansible_fqdn == 'oci-node01.home.foo.sh' when: ansible_fqdn == 'oci-node01.home.foo.sh'
- role: roundcube
when: ansible_fqdn == 'oci-node01.home.foo.sh'
- rocketchat - rocketchat

View file

@ -107,6 +107,7 @@
nginx_site_name: webmail.foo.sh nginx_site_name: webmail.foo.sh
nginx_site_proxy: nginx_site_proxy:
- https://oci-node01.home.foo.sh/roundcube/ - https://oci-node01.home.foo.sh/roundcube/
- https://oci-node02.home.foo.sh/roundcube/
- role: nginx_site - role: nginx_site
nginx_site_name: wpad.foo.sh nginx_site_name: wpad.foo.sh
- role: nginx_site - role: nginx_site