Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
comp90023-assignment-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew O'Halloran
comp90023-assignment-2
Commits
4ab159ef
Commit
4ab159ef
authored
5 years ago
by
matt01671
Browse files
Options
Downloads
Patches
Plain Diff
updated README
parent
b44ae5a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/README.md
+14
-7
14 additions, 7 deletions
ansible/README.md
with
14 additions
and
7 deletions
ansible/README.md
+
14
−
7
View file @
4ab159ef
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment