Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattyait/ansible_aws_provision
Repository to provision the infrastructure on AWS using Ansible
https://github.com/mattyait/ansible_aws_provision
ansible ansible-playbook ansible-roles aws ec2 vpc
Last synced: about 2 months ago
JSON representation
Repository to provision the infrastructure on AWS using Ansible
- Host: GitHub
- URL: https://github.com/mattyait/ansible_aws_provision
- Owner: mattyait
- License: mit
- Created: 2018-05-19T08:47:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T05:40:25.000Z (about 6 years ago)
- Last Synced: 2024-11-15T14:52:03.211Z (2 months ago)
- Topics: ansible, ansible-playbook, ansible-roles, aws, ec2, vpc
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mattyait/ansible_aws_provision.svg?branch=master)](https://travis-ci.org/mattyait/ansible_aws_provision)[![npm version](https://img.shields.io/npm/v/npm.svg?style=flat)](https://www.npmjs.com/package/ansible_aws_provision)
# ansible_aws_provision
Repository to provision the infrastructure on AWS using Ansible# Playbook Roles
VPC
This role is use to create a VPC, Internet gateway, private and public subnets within the vpc as well as it will create a public route table attached to the internet gateway.Ec2
This role is use to create a ec2 instance within a private subnet under VPC.security-group
This role is use to create a security group within VPC.Run the playbook
`ansible-playbook -i inventory playbook_provisioning.yml`