From 4ab159efbd4d81df551730e44d7eeb2c24c135bf Mon Sep 17 00:00:00 2001 From: matt01671 <matt01671@gmail.com> Date: Thu, 7 May 2020 13:00:31 +1200 Subject: [PATCH] updated README --- ansible/README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index 36f6331..a1d7da6 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -2,13 +2,20 @@ ## Ansible -Use Ansible to create new instances +Use Ansible to create new instances for database ``` -./all-in-one.sh +./create-instances.sh ``` -TODO: -- Retrieve facts about instances -- Attach volumes to an instance -- Add / remove security groups -- Deploy with docker \ No newline at end of file + +Use Ansible to create new instance and build web app + +``` +./build-web.sh +``` + +Use Ansible to create cluster + +``` +./create-cluster.sh +``` \ No newline at end of file -- GitLab