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/module_utils
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
..
compat Add copy of ipaddress.py from ansible.netcommon (#49) 2020-03-26 20:44:26 +00:00
docker Initial commit 2020-03-09 09:11:07 +00:00
identity Initial commit 2020-03-09 09:11:07 +00:00
net_tools Fix imports, part 2 (#42) 2020-03-25 11:43:51 +00:00
oracle Initial commit 2020-03-09 09:11:07 +00:00
remote_management Initial commit 2020-03-09 09:11:07 +00:00
source_control Initial commit 2020-03-09 09:11:07 +00:00
storage Initial commit 2020-03-09 09:11:07 +00:00
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
_netapp.py Fix sanity test failures for _netapp.py. (#82) 2020-03-31 10:27:23 +02:00
_ovirt.py Un-remove wrongly removed ovirt modules and adjust deprecation to Ansible 2.14 (#353) 2020-05-18 20:43:50 +01:00
alicloud_ecs.py Add param for doc/fragments/alicloud (#108) 2020-04-13 08:23:38 +02:00
cloud.py Initial commit 2020-03-09 09:11:07 +00:00
database.py postgresql_privs: add trust_input parameter (#177) 2020-04-20 09:01:42 +03:00
digital_ocean.py Initial commit 2020-03-09 09:11:07 +00:00
dimensiondata.py Initial commit 2020-03-09 09:11:07 +00:00
firewalld.py Initial commit 2020-03-09 09:11:07 +00:00
gcdns.py Initial commit 2020-03-09 09:11:07 +00:00
gce.py Initial commit 2020-03-09 09:11:07 +00:00
gcp.py Initial commit 2020-03-09 09:11:07 +00:00
gitlab.py Initial commit 2020-03-09 09:11:07 +00:00
heroku.py Initial commit 2020-03-09 09:11:07 +00:00
hetzner.py Initial commit 2020-03-09 09:11:07 +00:00
hwc_utils.py Initial commit 2020-03-09 09:11:07 +00:00
ibm_sa_utils.py Initial commit 2020-03-09 09:11:07 +00:00
infinibox.py Initial commit 2020-03-09 09:11:07 +00:00
influxdb.py Initial commit 2020-03-09 09:11:07 +00:00
ipa.py Fix the behavior of ipa modules in case IPA_HOST is empty (#241) 2020-06-17 18:45:37 +01:00
known_hosts.py Initial commit 2020-03-09 09:11:07 +00:00
kubevirt.py Fix imports and installing dependencies in CI, part 1 (#41) 2020-03-24 22:14:53 +00:00
ldap.py Initial commit 2020-03-09 09:11:07 +00:00
linode.py Initial commit 2020-03-09 09:11:07 +00:00
lxd.py Initial commit 2020-03-09 09:11:07 +00:00
manageiq.py Initial commit 2020-03-09 09:11:07 +00:00
memset.py Initial commit 2020-03-09 09:11:07 +00:00
mysql.py Initial commit 2020-03-09 09:11:07 +00:00
oneandone.py Initial commit 2020-03-09 09:11:07 +00:00
oneview.py Initial commit 2020-03-09 09:11:07 +00:00
online.py Initial commit 2020-03-09 09:11:07 +00:00
opennebula.py Initial commit 2020-03-09 09:11:07 +00:00
postgres.py postgres: make interfaces of exec_sql clearer (#43) 2020-03-25 11:44:28 +00:00
pure.py Initial commit 2020-03-09 09:11:07 +00:00
rax.py Initial commit 2020-03-09 09:11:07 +00:00
redfish_utils.py Clean up deprecations (#504) 2020-06-16 13:15:19 +02:00
redhat.py Initial commit 2020-03-09 09:11:07 +00:00
saslprep.py postgresql_user: add scram-sha-256 password support (#100) 2020-04-22 12:45:14 +01:00
scaleway.py scaleway: Fix case mismatch causing key lookup failure (#445) 2020-06-02 14:09:58 +01:00
univention_umc.py Initial commit 2020-03-09 09:11:07 +00:00
utm_utils.py Initial commit 2020-03-09 09:11:07 +00:00
vexata.py Initial commit 2020-03-09 09:11:07 +00:00
xenserver.py Initial commit 2020-03-09 09:11:07 +00:00