Document the provision command
This commit is contained in:
parent
6d79ff1ffc
commit
ae11a96db0
12
README.md
12
README.md
|
@ -6,7 +6,17 @@ This site is hosted on a DigitalOcean droplet, which was created using [Ansible]
|
|||
|
||||
[Ansible]: https://www.ansible.com
|
||||
|
||||
To download the required roles, run `ansible-galaxy install -r tools/ansible/requirements.yml`.
|
||||
## Provisioning
|
||||
|
||||
To re-provision the server:
|
||||
|
||||
```bash
|
||||
# Download the required roles
|
||||
ansible-galaxy install -r tools/ansible/requirements.yml --force
|
||||
|
||||
# Run the provision playbook
|
||||
ansible-playbook tools/ansible/provision.yml
|
||||
```
|
||||
|
||||
### Deploying
|
||||
|
||||
|
|
Loading…
Reference in a new issue