From ae11a96db07daf32dedbccd18af60feb2653786f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 19 Feb 2020 01:16:21 +0000 Subject: [PATCH] Document the provision command --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81be368..148d0bc 100644 --- a/README.md +++ b/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