radify / radiian

Radiian creates Ansible provisioning files for immutable infrastructure on AWS
https://www.npmjs.com/package/radiian
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

aws_keys and appName.pem added to .gitignore #91

Closed Stillerman closed 8 years ago

Stillerman commented 8 years ago

Adds a gitignore function to the generator that creates a .gitgnore if needed, then appends a path to it. Generator now automatically adds ansible/aws_keys and `ansible/appName.pem to the .gitignore

Fixes #80