meetpy / meetpy

MeetPy - a project of common and unified webpage for all polish python meetups
MIT License
9 stars 17 forks source link

Make deployment easier #29

Open artcz opened 5 years ago

artcz commented 5 years ago
michaszcz commented 5 years ago

I think it would be good to create repository with example configuration and provisioning scripts which could be used by specific meetpy groups. The groups could fork it and then store in secure manner (access only for admins). It could contain ansible inventory file, public keys of authorized people and secrets used by application. Here is the place where I started working on this: https://github.com/Shaid3r/meetpy_config_default. If you like this idea create repository in meetpy repository and then I'll create PR.