* feat: move do_setup to new unified format at root of ansible/ dir to allow sharing roles, inventory with playbooks for other deployment types * fix: pass ansible lint * update do settings to current deployment: - bump main node params - add additional settings to helm values template --------- Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
11 lines
245 B
YAML
11 lines
245 B
YAML
---
|
|
- name: deploy browsertrix cloud 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
|