From 274afa40ed727aea1c4dab25dd9f73cdcaf6c966 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 5 Dec 2019 12:21:11 +0000 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5c68ff --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Dransible + +## Installation + +1. Download roles from Galaxy: + + ```bash + ansible-galaxy install -r tools/ansible/requirements.yml + ``` + +1. Start the server: + + ```bash + vagrant up + ``` + +1. Provision the server: + + ```bash + ansible-playbook tools/ansible/provision.yml + ``` + +1. Deploy the application: + + ```bash + ansible-playbook tools/ansible/deploy.yml + ```