dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
176 stars 44 forks source link

Apps and Config enhancements #51

Closed weirdaze closed 4 years ago

weirdaze commented 4 years ago

added the capability to rename and clone apps added the ability to add env vars to the global app and to unset and toggle restart when setting env vars for all apps. if a key is both in the config dict AND in the unset list, then env var will first be added and then deleted. all of these functions will respect the restart instruction. tried to make error handling as descriptive as possible so that errors can carry through from the various functions instead of from a single function. Have used it several times now and it works well with dokku v 0.19.x

josegonzalez commented 4 years ago

Closing as there hasn't been any follow-up and there are now merge conflicts. Feel free to resubmit while incorporating feedback.