Skip to content

Tags: dokku/ansible-dokku

Tags

v2024.4.11

Toggle v2024.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v2024.3.13

Toggle v2024.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: galaxy badge in README (#183)

v2023.11.6

Toggle v2023.11.6's commit message
update ansible-lint

v2022.12.19

Toggle v2022.12.19's commit message
fix up acl_app to capture stderr output from acl:list

v2022.10.17

Toggle v2022.10.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip port mappings when no changes are detected (#145)

* Fix reading existing dokku proxy ports

* Add test for dokku_ports

v2022.9.16

Toggle v2022.9.16's commit message
bump galaxy-action

Push of role to ansible galaxy was failing

v2021.11.28

Toggle v2021.11.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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).

v2021.11.18

Toggle v2021.11.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: dokku_builder module (#129)

v2021.11.12

Toggle v2021.11.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2021.11.11

Toggle v2021.11.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: dokku_image library - support for `git:from-image` (#126)

Add support for creating apps from docker images via `dokku git:from-image`.