Tags: dokku/ansible-dokku
Tags
Update dokku-daemon.yml (#184) GitHub's SSH key changed https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
fix up acl_app to capture stderr output from acl:list
bump galaxy-action Push of role to ansible galaxy was failing
feat: dokku_acl_app and dokku_acl_service modules (#132) Add `dokku_acl_app` and `dokku_acl_service` modules for managing access control lists for individual apps/services. Note: The `dokku acl:allowed` command is currently not exposed via ansible modules. If needed, a `dokku_acl_allowed` module could be added (but it would anyhow just pipe through standard output).
fix(dokku_network_property): check for app key (#127) It appears that the `app` key is set in the `data` dictionary even if a value is not provided by the user. The logic in the module assumed that the presence of the `app` key indicated that a value was provided by the user and therefore always raised an error when the `global` keyword was set to `True`. This is fixed by checking instead whether the value for `app` is empty.
PreviousNext