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
Grzegorz Grasza 25123eafc7
Fix the behavior of ipa modules in case IPA_HOST is empty (#241)
* Fix the behavior of ipa modules in case IPA_HOST is empty

The expected behavior, when the env is empty, is to
fallback on DNS. Without this fix, if IPA_HOST is empty,
there are different errors, depending on urllib version,
which additionally confuses the user. Example errors:
 * host_find: Request failed: <urlopen error no host given>
 * Failed to connect to None at port 443: [Errno 111]
   Connection refused", "status": -1, "url":
   "https:///ipa/session/json

* Add a changelog fragment for IPA_HOST fix

* Update changelogs/fragments/241-fix-ipa-modules-when-ipa_host-empty.yml

Co-authored-by: Sandra McCann <samccann@redhat.com>

Co-authored-by: John R Barker <john@johnrbarker.com>
Co-authored-by: Sandra McCann <samccann@redhat.com>
2020-06-17 18:45:37 +01:00
..
become Update sesu.py: use defined prompt (#227) 2020-05-28 23:09:11 +01:00
cache Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
callback Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
connection Fix the environment variable 2020-05-19 22:37:17 -07:00
doc_fragments dedicated collection for exoscale.com related plugins (#519) 2020-06-16 19:19:06 +02:00
filter time_filter: improve hints in error message (#368) 2020-05-20 09:22:56 +02:00
inventory cloudscale migrated to cloudscale_ch.cloud (#517) 2020-06-16 17:12:47 +02:00
lookup Adjust removal versions (#521) 2020-06-16 21:24:42 +02:00
module_utils Fix the behavior of ipa modules in case IPA_HOST is empty (#241) 2020-06-17 18:45:37 +01:00
modules apt_rpm: support installing a list of packages (Fixes #143) (#169) 2020-06-17 18:04:27 +02:00