docs: ansible deploy docs reflect expected env var names (#946)
Co-authored-by: Anish Lakhwara <anish+git@lakhwara.com>
This commit is contained in:
parent
29a6f0f6bc
commit
e1d6de21a0
@ -9,7 +9,9 @@ This playbook provides an easy way to install BrowserTrix Cloud on DigitalOcean.
|
||||
To run this ansible playbook, you need to:
|
||||
|
||||
* Have a [DigitalOcean Account](https://m.do.co/c/e0db3814e33e) where this will run.
|
||||
* Create a [DigitalOcean API Key](https://cloud.digitalocean.com/account/api) which will need to be set in your terminal sessions environment variables
|
||||
* Create a [DigitalOcean API Key](https://cloud.digitalocean.com/account/api) which will need to be set in your terminal sessions environment variables `export DO_API_TOKEN`
|
||||
* `doctl` command line client configured (run `doctl auth init`)
|
||||
* Create a [DigitalOcean Spaces](https://docs.digitalocean.com/reference/api/spaces-api/) API Key which will also need to be set in your terminal sessions environment variables, which should be set as `DO_AWS_ACCESS_KEY` and `DO_AWS_SECRET_KEY`
|
||||
* Configure a DNS A Record and CNAME record.
|
||||
* Install Ansible on your local machine (the control machine).
|
||||
|
||||
@ -25,7 +27,7 @@ cd browsertrix-cloud
|
||||
|
||||
3. Run the playbook:
|
||||
```zsh
|
||||
ansible-playbook playbooks/do_setup.yml -e project_name="your-project" -e superuser_email="you@yourdomain.com" -e domain_name="yourdomain.com"
|
||||
ansible-playbook playbooks/do_setup.yml -e project_name="your-project" -e superuser_email="you@yourdomain.com" -e domain="yourdomain.com"
|
||||
```
|
||||
|
||||
#### Upgrading
|
||||
|
Loading…
Reference in New Issue
Block a user