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

Added built-in roles #98

Open Stillerman opened 8 years ago

Stillerman commented 8 years ago

Added a nginx role and now health checks pass out of box

Added a file transfer role

fixes #96

gavD commented 8 years ago

I would prefer not to include this because it means making assumptions about the user's application - they may prefer apache, for example.

I suppose it could be on a toggle - something like "Install example roles? "

Stillerman commented 8 years ago

It could also let the user chose between apache and nginx.