diff --git a/ansible/README.md b/ansible/README.md index 36f6331fa63a27b9f97b2d8d461b2e64e08d9165..a1d7da6883e3227700fa6a4f5eb7c410d6ef5376 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