add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
6
infrastructure/ansible/vars/aws.yml
Normal file
6
infrastructure/ansible/vars/aws.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
instance_type: t2.small
|
||||
security_group: aws-group # Change the security group name here
|
||||
image: ami-337be65c # CentOS7 image
|
||||
region: eu-central-1
|
||||
count: 1
|
||||
creator:
|
||||
Loading…
Add table
Add a link
Reference in a new issue