browsertrix/ansible/do_setup.yml
Ilya Kreymer b574f00d2b
Add Repository Index + Chart Rename + Docs Rename (#1708)
Repository Index: Generate an index.yaml in ./docx/helm-repo/index.yaml
to allow for browsertrix to be a helm repository.
docs: rename docs.browsertrix.cloud -> docs.browsertrix.com
docs: update deployment doc to mention helm repo as preferred way to
install
docs build action: generate repository index in GH action
publish action: update auto-generated message to mention installing from
the repo.

---------
Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-04-21 09:42:25 -07:00

11 lines
239 B
YAML

---
- name: deploy browsertrix on digital ocean
hosts: localhost
connection: local
gather_facts: false
vars_files:
- inventory/digital_ocean/group_vars/main.yml
roles:
- role: digital_ocean/setup
- role: btrix/deploy