1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/integration/targets/consul/tasks
Florian Apolloner 44679e71a2
Refactor of consul modules (#7826)
* Extract common functionality.

* Refactor duplicated code into module_utils.

* Fixed ansible-test issues.

* Address review comments.

* Revert changes to consul_acl.

It uses deprecated APIs disabled since Consul 1.11 (which is EOL), don't
bother updating the module anymore.

* Remove unused code.

* Merge token into default doc fragment.

* JSON all the way down.

* extract validation tests into custom file and prep for requests removal.

* Removed dependency on requests.

* Initial test for consul_kv.

* fixup license headers.

* Revert changes to consul.py since it utilizes python-consul.

* Disable the lookup test for now.

* Fix python 2.7 support.

* Address review comments.

* Address review comments.

* Addec changelog fragment.

* Mark ConsulModule as private.
2024-01-21 18:29:29 +01:00
..
consul_general.yml Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
consul_kv.yml Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
consul_policy.yml Add consul_policy module from dormant PR (#6715) 2023-07-12 19:27:23 +02:00
consul_role.yml Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
consul_session.yml Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
main.yml Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00