|
|
|
|
|
by ixmatus
4407 days ago
|
|
I know this is an answer most people don't want to hear, but why not build your own Ansible / provisioning workflow and use that to do everything these services do? I have one built in Ansible for our Python webapp and the entire configuration is encoded in the playbooks, rolling up the application into a source distribution, pip installing it, and also installing the dependencies... Very easy, dependable, and extremely flexible. |
|