ed1c7c94a3
This switches us to running the services against the etherpad group. We also define vars in a group_vars file rather than a host specific file. This allows us to switch testing over to etherpad99 to decouple it from our production hostnames. A followup change will add a new etherpad production server that will be deployed alongside the existing one. This refactor makes that a bit simpler. Change-Id: I838ad31eb74a3abfd02bbfa77c9c2d007d57a3d4
13 lines
381 B
YAML
13 lines
381 B
YAML
etherpad_vhost_name: etherpad.opendev.org
|
|
letsencrypt_certs:
|
|
etherpad-opendev-org-main:
|
|
- etherpad.opendev.org
|
|
- '{{ inventory_hostname }}'
|
|
- etherpad.openstack.org
|
|
etherpad_redirect_vhost: etherpad.openstack.org
|
|
borg_backup_excludes_extra:
|
|
# live db; we store daily dumps
|
|
- /var/etherpad/*
|
|
# local db backups, we store stream
|
|
- /var/backups/etherpad-mariadb
|