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/plugins
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
..
action Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
become machinectl become plugin: mark as require_tty (#6935) 2023-07-15 12:53:59 +02:00
cache Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
callback mail module/callback: allow to configure the Message-ID header's domain name (#7765) 2024-01-01 14:03:23 +01:00
connection Introduce an Incus connection plugin (#7726) 2023-12-28 08:32:31 +01:00
doc_fragments Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
filter Adding a new filter: to_ini, which allows conversion of a dictionary to an INI formatted string (#7744) 2023-12-28 08:32:57 +01:00
inventory Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
lookup Add github_app_access_token lookup plugin (#7761) 2023-12-31 15:20:57 +01:00
module_utils Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
modules Refactor of consul modules (#7826) 2024-01-21 18:29:29 +01:00
test Add test fqdn_valid (#7533) 2023-11-22 09:12:00 +01:00