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/modules
patchback[bot] 41af1c3693
[PR #5431/490899f8 backport][stable-6] nmcli: two fixes needed to make wifi.wake-on-wlan settings work properly (#6051)
nmcli: two fixes needed to make wifi.wake-on-wlan settings work properly (#5431)

* nmcli: Convert current value of wifi.wake-on-wlan before comparing

The new value of wifi.wake-on-wlan is specified as an integer, but in
the nmcli output it's specified as a hex string followed by a textual
description of it. Therefore, to determine properly whether it's being
changed we need to pull the hex string out of the current value,
convert it into an integer, and finally convert the integer back to a
string so that we can compare it to the new specified value. Without
this change, whenever wifi.wake-on-wlan is specified in the module
arguments the module will think the value is being changed even when
it isn't.

* nmcli: Handle wifi options correctly when connection type not specified

When an nmcli task does not specify the connection type and the module
ask nmcli for it, the module needs to convert nmcli's
`802-11-wireless` to `wifi`, the term for this connection type used by
the module.

* nmcli: Correctly detect values changed to the integer 0

If the user specifies a value of 0 (without quotes) in a task, we
should interpret that as an actual value, not empty, when comparing
the new value to the old one. Otherwise we incorrectly conclude that
there was no change.

* Changelog fragment for #5431

(cherry picked from commit 490899f87f)

Co-authored-by: Jonathan Kamens <jik@kamens.us>
2023-02-24 09:29:49 +01:00
..
aerospike_migrations.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
airbrake_deployment.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
aix_devices.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
aix_filesystem.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
aix_inittab.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
aix_lvg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
aix_lvol.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
alerta_customer.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
ali_instance.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ali_instance_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
alternatives.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
ansible_galaxy_install.py [PR #5680/488e828f backport][stable-6] ansible_galaxy_install: use locale C tentatively, else en_US (#5722) 2022-12-22 06:00:34 +00:00
apache2_mod_proxy.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
apache2_module.py [PR #5793/756c0776 backport][stable-6] apache2_module generates false/misleading warning (#5841) 2023-01-14 19:04:17 +01:00
apk.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
apt_repo.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
apt_rpm.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
archive.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
atomic_container.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
atomic_host.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
atomic_image.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
awall.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
beadm.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
bearychat.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
bigpanda.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
bitbucket_access_key.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bitbucket_pipeline_key_pair.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bitbucket_pipeline_known_host.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bitbucket_pipeline_variable.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bower.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bundler.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
bzr.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
campfire.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
capabilities.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
cargo.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
catapult.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
circonus_annotation.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
cisco_webex.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
clc_aa_policy.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_alert_policy.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_blueprint_package.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_firewall_policy.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
clc_group.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
clc_loadbalancer.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_modify_server.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_publicip.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_server.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
clc_server_snapshot.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
cloud_init_data_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
cloudflare_dns.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
cobbler_sync.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
cobbler_system.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
composer.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
consul.py [PR #5772/cc79c24c backport][stable-6] consul: deprecate params incompatible with state=absent (#5831) 2023-01-13 21:23:08 +01:00
consul_acl.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
consul_kv.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
consul_session.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
copr.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
cpanm.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
cronvar.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
crypttab.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
datadog_downtime.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
datadog_event.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
datadog_monitor.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
dconf.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
deploy_helper.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
dimensiondata_network.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
dimensiondata_vlan.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
discord.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
django_manage.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dnf_versionlock.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
dnsimple.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dnsimple_info.py add dependency manager (#5535) (#5574) 2022-11-23 07:37:45 +01:00
dnsmadeeasy.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dpkg_divert.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
easy_install.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ejabberd_user.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
elasticsearch_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
emc_vnx_sg_member.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
etcd3.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
facter.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
filesize.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
filesystem.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
flatpak.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
flatpak_remote.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
flowdock.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gandi_livedns.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gconftool2.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
gconftool2_info.py gconftool2: refactored to use ModuleHelper + CmdRunner (#5545) (#5551) 2022-11-23 07:37:27 +01:00
gem.py [PR #5822/fe520a6b backport][stable-6] Gem: Support force flag when uninstalling (#5884) 2023-01-24 20:06:16 +01:00
git_config.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_deploy_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_issue.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_release.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_repo.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_webhook.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_webhook_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
gitlab_branch.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_deploy_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group_members.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group_variable.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_hook.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project_badge.py [GitLab] Add modules to manager project badges (#5534) (#5584) 2022-11-23 07:38:08 +01:00
gitlab_project_members.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project_variable.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_protected_branch.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_runner.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_user.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
grove.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gunicorn.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
hana_query.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
haproxy.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
heroku_collaborator.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
hg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hipchat.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
homebrew.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
homebrew_cask.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
homebrew_tap.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
homectl.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
honeybadger_deployment.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
hpilo_boot.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
hpilo_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
hponcfg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
htpasswd.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
hwc_ecs_instance.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_evs_disk.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_network_vpc.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_smn_topic.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_eip.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_peering_connect.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_port.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_private_ip.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_route.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_security_group.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_security_group_rule.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
hwc_vpc_subnet.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ibm_sa_domain.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ibm_sa_host.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ibm_sa_host_ports.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ibm_sa_pool.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ibm_sa_vol.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ibm_sa_vol_map.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
icinga2_feature.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
icinga2_host.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
idrac_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
idrac_redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
idrac_redfish_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
ilo_redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ilo_redfish_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
imc_rest.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
imgadm.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
infinity.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
influxdb_database.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
influxdb_query.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
influxdb_retention_policy.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
influxdb_user.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
influxdb_write.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ini_file.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
installp.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
interfaces_file.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
ip_netns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ipa_config.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_dnsrecord.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_dnszone.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_group.py [PR #5897/6c6de8fb backport][stable-6] add external user support to ipa_group module (#5912) 2023-01-29 15:33:30 +01:00
ipa_hbacrule.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_host.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_hostgroup.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_otpconfig.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_otptoken.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_pwpolicy.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_role.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_service.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_subca.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ipa_sudocmd.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_sudocmdgroup.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_sudorule.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_user.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipa_vault.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ipify_facts.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
ipinfoio_facts.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
ipmi_boot.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ipmi_power.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
iptables_state.py [PR #5951/cb7a970f backport][stable-6] Add attributes for modules with action plugin (#6033) 2023-02-22 13:58:29 +00:00
ipwcli_dns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
irc.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
iso_create.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
iso_customize.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
iso_extract.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
jabber.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
java_cert.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
java_keystore.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
jboss.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
jenkins_build.py Fix a logical flaw when deleting a build in the jenkins_build module (#5514) (#5531) 2022-11-13 17:36:34 +01:00
jenkins_job.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
jenkins_job_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
jenkins_plugin.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
jenkins_script.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
jira.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
kernel_blacklist.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
keycloak_authentication.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
keycloak_client.py [PR #5934/78297e44 backport][stable-6] Fix keycloak sanitize_cr (#6036) 2023-02-22 15:23:33 +01:00
keycloak_client_rolemapping.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
keycloak_clientscope.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
keycloak_clientsecret_info.py [PR #5606/7ea544a6 backport][stable-6] New Module: Keycloak ClientSecret with PR changes (#5654) 2022-12-05 05:47:23 +00:00
keycloak_clientsecret_regenerate.py [PR #5606/7ea544a6 backport][stable-6] New Module: Keycloak ClientSecret with PR changes (#5654) 2022-12-05 05:47:23 +00:00
keycloak_clienttemplate.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
keycloak_group.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
keycloak_identity_provider.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
keycloak_realm.py [PR #5639/da7cba4c backport][stable-6] Fix example in keycloak_realm documentation (#5643) 2022-12-01 22:48:59 +01:00
keycloak_realm_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
keycloak_role.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
keycloak_user_federation.py [PR #5750/6781dd19 backport][stable-6] bugfixing keycloak user federation failing when updating default mapper simultaneously (#5876) 2023-01-22 17:44:52 +01:00
keycloak_user_rolemapping.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
keyring.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
keyring_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
kibana_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
launchd.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
layman.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
lbu.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
ldap_attrs.py ldap_attrs: escape ldap search filter (#5435) 2022-11-04 07:07:06 +01:00
ldap_entry.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ldap_passwd.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
ldap_search.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
librato_annotation.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
linode.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
linode_v4.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
listen_ports_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
lldp.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
locale_gen.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
logentries.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
logentries_msg.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
logstash_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
lvg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
lvol.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
lxc_container.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
lxca_cmms.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
lxca_nodes.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
lxd_container.py [PR #5866/7e3c73ce backport][stable-6] lxd_container: add check- and diff-mode support (#6032) 2023-02-22 14:49:28 +01:00
lxd_profile.py [PR #5866/7e3c73ce backport][stable-6] lxd_container: add check- and diff-mode support (#6032) 2023-02-22 14:49:28 +01:00
lxd_project.py lxd_project: refactored os.path.expanduser() to module utils (#5549) (#5552) 2022-11-23 07:37:36 +01:00
macports.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
mail.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
make.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
manageiq_alert_profiles.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
manageiq_alerts.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
manageiq_group.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
manageiq_policies.py [PR #5721/28969c61 backport][stable-6] manageiq_policies: deprecate list state (#5723) 2022-12-22 07:11:24 +01:00
manageiq_policies_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
manageiq_provider.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
manageiq_tags.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
manageiq_tags_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
manageiq_tenant.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
manageiq_user.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
mas.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
matrix.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
mattermost.py [PR #5928/a64df658 backport][stable-6] Replace missing default favicon with docs.ansible.com favicon (#5935) 2023-02-03 11:46:40 +01:00
maven_artifact.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
memset_dns_reload.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_memstore_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
memset_server_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
memset_zone.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_zone_domain.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_zone_record.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
mksysb.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
modprobe.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
monit.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
mqtt.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
mssql_db.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
mssql_script.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
nagios.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
netcup_dns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
newrelic_deployment.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nexmo.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nginx_status_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
nictagadm.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nmcli.py [PR #5431/490899f8 backport][stable-6] nmcli: two fixes needed to make wifi.wake-on-wlan settings work properly (#6051) 2023-02-24 09:29:49 +01:00
nomad_job.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nomad_job_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
nosh.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
npm.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
nsupdate.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
ocapi_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ocapi_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
oci_vcn.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
odbc.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
office_365_connector_card.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
ohai.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
omapi_host.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
one_host.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_image.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_image_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
one_service.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_template.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_vm.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneandone_firewall_policy.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
oneandone_load_balancer.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
oneandone_monitoring_policy.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
oneandone_private_network.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
oneandone_public_ip.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
oneandone_server.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
onepassword_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
oneview_datacenter_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_enclosure_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_ethernet_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_ethernet_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_fc_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_fc_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_fcoe_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_fcoe_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_logical_interconnect_group.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_logical_interconnect_group_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_network_set.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_network_set_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_san_manager.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_san_manager_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
online_server_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
online_user_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
open_iscsi.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
openbsd_pkg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
opendj_backendprop.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
openwrt_init.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
opkg.py [PR #5810/b9ac2dcd backport][stable-6] opkg: extend docu about compatibilty with OpenWrt vs. Yocto based Linux distribitions (#5825) 2023-01-12 21:06:21 +01:00
osx_defaults.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
ovh_ip_failover.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ovh_ip_loadbalancing_backend.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
ovh_monthly_billing.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pacemaker_cluster.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
packet_device.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_ip_subnet.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_project.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_sshkey.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_volume.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_volume_attachment.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
pacman.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pacman_key.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pagerduty.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pagerduty_alert.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pagerduty_change.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pagerduty_user.py add dependency manager (#5535) (#5574) 2022-11-23 07:37:45 +01:00
pam_limits.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
pamd.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
parted.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pear.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pids.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
pingdom.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
pip_package_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
pipx.py [PR #5845/1430ed00 backport][stable-6] pipx: add testcase w/ env vars PIPX_xxxx (#5859) 2023-01-18 21:43:16 +01:00
pipx_info.py [PR #5845/1430ed00 backport][stable-6] pipx: add testcase w/ env vars PIPX_xxxx (#5859) 2023-01-18 21:43:16 +01:00
pkg5.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pkg5_publisher.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pkgin.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
pkgng.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pkgutil.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pmem.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
portage.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
portinstall.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
pritunl_org.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
pritunl_org_info.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
pritunl_user.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
pritunl_user_info.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
profitbricks.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
profitbricks_datacenter.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
profitbricks_nic.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
profitbricks_volume.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
profitbricks_volume_attachments.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
proxmox.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_disk.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_domain_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_group_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_kvm.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_nic.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_snap.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_storage_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_tasks_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_template.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_user_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
pubnub_blocks.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pulp_repo.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
puppet.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pushbullet.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pushover.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
python_requirements_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
rax.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
rax_cbs.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_cbs_attachments.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_cdb.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_cdb_database.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_cdb_user.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_clb.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_clb_nodes.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_clb_ssl.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_dns.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_dns_record.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
rax_files.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_files_objects.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_identity.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_keypair.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_meta.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_mon_alarm.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_mon_check.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_mon_entity.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_mon_notification.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
rax_mon_notification_plan.py rax modules: deprecation notice for branch stable-6 (#5733) 2023-01-03 23:35:26 +01:00
rax_network.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
rax_queue.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
rax_scaling_group.py rax_scaling_group: fix sanity check (#5563) (#5569) 2022-11-23 07:37:12 +01:00
rax_scaling_policy.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
read_csv.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
redfish_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
redhat_subscription.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
redis.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
redis_data.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
redis_data_incr.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
redis_data_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
redis_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
rhevm.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhn_channel.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhn_register.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhsm_release.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhsm_repository.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
riak.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
rocketchat.py [PR #5928/a64df658 backport][stable-6] Replace missing default favicon with docs.ansible.com favicon (#5935) 2023-02-03 11:46:40 +01:00
rollbar_deployment.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rpm_ostree_pkg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
rundeck_acl_policy.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
rundeck_job_executions_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
rundeck_job_run.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
rundeck_project.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
runit.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
sap_task_list_execute.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sapcar_extract.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
say.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_compute.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_compute_private_network.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_container.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_namespace.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_namespace_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_registry.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_registry_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_database_backup.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_function.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_function_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_function_namespace.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_function_namespace_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_image_info.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_ip.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_ip_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_lb.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_organization_info.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_private_network.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_security_group.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_security_group_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_security_group_rule.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_server_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_snapshot_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_sshkey.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_user_data.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_volume.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_volume_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
sefcontext.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
selinux_permissive.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
selogin.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
sendgrid.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sensu_check.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sensu_client.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sensu_handler.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sensu_silence.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sensu_subscription.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
seport.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
serverless.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
shutdown.py [PR #5951/cb7a970f backport][stable-6] Add attributes for modules with action plugin (#6033) 2023-02-22 13:58:29 +00:00
sl_vm.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
slack.py [PR #5928/a64df658 backport][stable-6] Replace missing default favicon with docs.ansible.com favicon (#5935) 2023-02-03 11:46:40 +01:00
slackpkg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
smartos_image_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
snap.py [PR #5773/02431341 backport][stable-6] snap: use MH execute() static method (#5774) 2023-01-07 10:52:22 +01:00
snap_alias.py [PR #5486/4caa6574 backport][stable-6] snap_alias: using CmdRunner (#5801) 2023-01-08 22:02:27 +01:00
snmp_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
solaris_zone.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
sorcery.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
spectrum_device.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
spectrum_model_attrs.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
spotinst_aws_elastigroup.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
ss_3par_cpg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ssh_config.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
stackdriver.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
stacki_host.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
statsd.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
statusio_maintenance.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
sudoers.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
supervisorctl.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
svc.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
svr4pkg.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
swdepot.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
swupd.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
syslogger.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
syspatch.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
sysrc.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
sysupgrade.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
taiga_issue.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
telegram.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
terraform.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
timezone.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
twilio.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
typetalk.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
udm_dns_record.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
udm_dns_zone.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
udm_group.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
udm_share.py udm_share: fix sanity checks (#5557) (#5609) 2022-11-26 18:58:09 +01:00
udm_user.py udm_user: sanity (#5559) (#5593) 2022-11-23 18:58:37 +01:00
ufw.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
uptimerobot.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
urpmi.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
utm_aaa_group.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_aaa_group_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_ca_host_key_cert.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_ca_host_key_cert_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_dns_host.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_network_interface_address.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
utm_network_interface_address_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_proxy_auth_profile.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_proxy_exception.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
utm_proxy_frontend.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_proxy_frontend_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_proxy_location.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
utm_proxy_location_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
vdo.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vertica_configuration.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vertica_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vertica_role.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vertica_schema.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vertica_user.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vexata_eg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vexata_volume.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vmadm.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
wakeonlan.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
wdc_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
wdc_redfish_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
webfaction_app.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
webfaction_db.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
webfaction_domain.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
webfaction_mailbox.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
webfaction_site.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
xattr.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
xbps.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
xcc_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
xenserver_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
xenserver_guest.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
xenserver_guest_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
xenserver_guest_powerstate.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
xfconf.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
xfconf_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
xfs_quota.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
xml.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
yarn.py [PR #5829/4c4ef80c backport][stable-6] yarn: Fix state=latest not working with global=true (#5992) 2023-02-13 22:07:12 +01:00
yum_versionlock.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
zfs.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
zfs_delegate_admin.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
zfs_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
znode.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
zpool_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
zypper.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00
zypper_repository.py Unflatmap community.general (#5461) 2022-11-02 20:42:29 +00:00