Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Create vars/aws_credentials.yml with the following variables:

aws_access_key: <aws access key>
aws_secret_key: <aws secret key>

Perform make install to install dependencies

make install

To install new roles locally add them to requirements.yml and run

make install/requirements

Create an aws keypair using your ~/.ssh/id_rsa.pub public key

make keypair/create

Terminiating an instance by id

ansible-playbook ec2.yml --tags terminate -e instance_ids=i-061990aec288b0b0d

References

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages