Skip to content
Snippets Groups Projects
Commit 4ab159ef authored by matt01671's avatar matt01671
Browse files

updated README

parent b44ae5a8
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,20 @@ ...@@ -2,13 +2,20 @@
## Ansible ## Ansible
Use Ansible to create new instances Use Ansible to create new instances for database
``` ```
./all-in-one.sh ./create-instances.sh
```
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
TODO:
- Retrieve facts about instances
- Attach volumes to an instance
- Add / remove security groups
- Deploy with docker
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment