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
Jonathan Kamens a5765143f1
dconf: three minor but useful fixes (#6206)
* dconf: Correctly handle setting a key that has no value in DB

We need to check if the value in the database is None before we try to
parse it, because the GVariant parser won't accept None as an input
value. By definition if the value is None, i.e., there's no value in
the database, than any value the user is trying to set is a change, so
just indicate that it's a change without trying to compare the None to
whatever the user specified as the value.x

* dconf: Give a more useful error when writing a key fails

if writing a key fails, then include in the error that is returned the
exact key and value aguments that were given to the dconf command, to
assist in diagnosing failures caused by providing the key or value in
the wrong format.x

* dconf: Convert boolean values into the format that dconf expects

Even though we warn users to be careful to specify GVariant strings
for values, a common error is to be trying to specify a boolean string
which ends up getting converted into a boolean by the YAML parser or
Ansible. Then it gets converted to "True" or "False", the string
representations of Python booleans, which are not valid GVariants.

Rather than just failing with an obscure error when this happens,
let's be more user-friendly and detect when the user has specified a
boolean and convert it into the correct GVariant forms, "true" or
"false", so it just works. There's no good reason to be more pedantic
than that.
2023-04-13 06:52:14 +02:00
..
aerospike_migrations.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
airbrake_deployment.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
aix_devices.py More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
aix_filesystem.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
aix_inittab.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
aix_lvg.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
aix_lvol.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
alerta_customer.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
ali_instance.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
ali_instance_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
alternatives.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
ansible_galaxy_install.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
apache2_mod_proxy.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
apache2_module.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
apk.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
apt_repo.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
apt_rpm.py apt_rpm: add clean, dist_upgrade and update_kernel (#5867) 2023-03-25 08:22:33 +01:00
archive.py archive: Generate crc32 over 16MiB chunks (#6274) 2023-04-13 06:40:16 +02:00
atomic_container.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
atomic_host.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
atomic_image.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
awall.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
beadm.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
bearychat.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
bigpanda.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
bitbucket_access_key.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
bitbucket_pipeline_key_pair.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
bitbucket_pipeline_known_host.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
bitbucket_pipeline_variable.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
bower.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
bundler.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
bzr.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
campfire.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
capabilities.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
cargo.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
catapult.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
circonus_annotation.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
cisco_webex.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
clc_aa_policy.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_alert_policy.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_blueprint_package.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_firewall_policy.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_group.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_loadbalancer.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_modify_server.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_publicip.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_server.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
clc_server_snapshot.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
cloud_init_data_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) 2022-11-09 07:18:40 +01:00
cloudflare_dns.py cloudflare_dns: Fix setting SRV records with a root level entry (#5972) 2023-02-26 14:03:30 +01:00
cobbler_sync.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
cobbler_system.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
composer.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
consul.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
consul_acl.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
consul_kv.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
consul_session.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
copr.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
cpanm.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
cronvar.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
crypttab.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
datadog_downtime.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
datadog_event.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
datadog_monitor.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
dconf.py dconf: three minor but useful fixes (#6206) 2023-04-13 06:52:14 +02:00
deploy_helper.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
dimensiondata_network.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
dimensiondata_vlan.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
discord.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
django_manage.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
dnf_versionlock.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
dnsimple.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
dnsimple_info.py add dependency manager (#5535) 2022-11-17 06:55:00 +01:00
dnsmadeeasy.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
dpkg_divert.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
easy_install.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
ejabberd_user.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
elasticsearch_plugin.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
emc_vnx_sg_member.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
etcd3.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
facter.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
filesize.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
filesystem.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
flatpak.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
flatpak_remote.py Add enabled parameter to flatpak_remote (#5926) 2023-02-25 22:40:17 +01:00
flowdock.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
gandi_livedns.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
gconftool2.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
gconftool2_info.py gconftool2: refactored to use ModuleHelper + CmdRunner (#5545) 2022-11-15 21:02:45 +01:00
gem.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
git_config.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_deploy_key.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_issue.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_key.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_release.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_repo.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
github_webhook.py github_webhook: Don't include secret in the config if it's absent (#5994) 2023-02-25 11:03:13 +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 Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_deploy_key.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_group.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_group_members.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_group_variable.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_hook.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_project.py Add support to topics on Gitlab Project module (#6278) 2023-04-03 22:02:20 +02:00
gitlab_project_badge.py [GitLab] Add modules to manager project badges (#5534) 2022-11-18 23:49:25 +01:00
gitlab_project_members.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_project_variable.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_protected_branch.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
gitlab_runner.py Add Gitlab group runners support (#3935) 2023-03-25 08:23:20 +01:00
gitlab_user.py Add attributes to git* modules (#5947) 2023-02-20 17:26:28 +01:00
grove.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
gunicorn.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
haproxy.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
heroku_collaborator.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
hg.py Add attributes to source control modules (#5956) 2023-02-24 09:23:43 +01:00
hipchat.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
homebrew.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
homebrew_cask.py homebrew: respect greedy flag for cask upgrade_all (#6267) 2023-04-13 06:41:23 +02:00
homebrew_tap.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
homectl.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
honeybadger_deployment.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
hpilo_boot.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
hpilo_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
hponcfg.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
htpasswd.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
hwc_ecs_instance.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_evs_disk.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_network_vpc.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_smn_topic.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_eip.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_peering_connect.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_port.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_private_ip.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_route.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_security_group.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_security_group_rule.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
hwc_vpc_subnet.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
ibm_sa_domain.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
ibm_sa_host.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
ibm_sa_host_ports.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
ibm_sa_pool.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
ibm_sa_vol.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
ibm_sa_vol_map.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +01:00
icinga2_feature.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
icinga2_host.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
idrac_redfish_command.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
idrac_redfish_config.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
idrac_redfish_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
ilo_redfish_config.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +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 Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
imgadm.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
infinity.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
influxdb_database.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
influxdb_query.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
influxdb_retention_policy.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
influxdb_user.py Fix influxdb_user grants in check mode (#6111) 2023-03-22 07:38:31 +01:00
influxdb_write.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
ini_file.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
installp.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
interfaces_file.py Interfaces file spaces fix (#6131) 2023-03-09 20:09:13 +01:00
ip_netns.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
ipa_config.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_dnsrecord.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_dnszone.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_group.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_hbacrule.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_host.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_hostgroup.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_otpconfig.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_otptoken.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_pwpolicy.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_role.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_service.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_subca.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_sudocmd.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_sudocmdgroup.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_sudorule.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_user.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
ipa_vault.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01: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) 2022-11-09 13:57:41 +01:00
ipmi_boot.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
ipmi_power.py More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
iptables_state.py Add attributes for modules with action plugin (#5951) 2023-02-22 14:46:01 +01:00
ipwcli_dns.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
irc.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
iso_create.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
iso_customize.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
iso_extract.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
jabber.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
java_cert.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
java_keystore.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
jboss.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
jenkins_build.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
jenkins_job.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01: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 jenkins_plugin: avoid undefined variable when updates file is not downloaded (#6100) 2023-02-26 15:37:16 +01:00
jenkins_script.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
jira.py Add worklog functionality to jira module (#6210) 2023-03-26 09:31:06 +02:00
kdeconfig.py Add module to manipulate KDE config files using kwriteconfig (#6182) 2023-03-26 09:30:34 +02:00
kernel_blacklist.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
keycloak_authentication.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_client.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_client_rolemapping.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_clientscope.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_clientsecret_info.py New Module: Keycloak ClientSecret with PR changes (#5606) 2022-12-05 06:22:14 +01:00
keycloak_clientsecret_regenerate.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_clienttemplate.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_group.py keycloak_group: support keycloak subgroups (#5814) 2023-02-25 11:12:35 +01:00
keycloak_identity_provider.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_realm.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +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 Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keycloak_user_federation.py providerType should be defaulted for keycloak_user_federation mappers (#5863) 2023-02-25 10:59:18 +01:00
keycloak_user_rolemapping.py Add attributes to ipa and keycloak modules (#5950) 2023-02-24 09:25:31 +01:00
keyring.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +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 Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
launchd.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
layman.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
lbu.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
ldap_attrs.py ldap_entry documentation is lacking examples (#5815) 2023-03-27 20:57:21 +02:00
ldap_entry.py ldap_entry documentation is lacking examples (#5815) 2023-03-27 20:57:21 +02:00
ldap_passwd.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
ldap_search.py add xorder_discovery parameter (#6109) 2023-02-27 20:26:01 +01:00
librato_annotation.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
linode.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
linode_v4.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
listen_ports_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) 2022-11-09 07:18:40 +01:00
lldp.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
locale_gen.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
logentries.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
logentries_msg.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
logstash_plugin.py Add attributes to more modules (2/4) (#5966) 2023-02-20 17:29:41 +01:00
lvg.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
lvol.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
lxc_container.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
lxca_cmms.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
lxca_nodes.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
lxd_container.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
lxd_profile.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
lxd_project.py Add attributes to clc, hwc, and lxd modules (#5952) 2023-02-24 09:22:26 +01:00
macports.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
mail.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
make.py [make] Provide built command in the module output (#6160) 2023-03-14 20:44:08 +01:00
manageiq_alert_profiles.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_alerts.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_group.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_policies.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_policies_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
manageiq_provider.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_tags.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +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 Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
manageiq_user.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
mas.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
matrix.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
mattermost.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
maven_artifact.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
memset_dns_reload.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
memset_memstore_info.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
memset_server_info.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
memset_zone.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
memset_zone_domain.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
memset_zone_record.py memset*.py: Fixed URLError handling (#6114) 2023-03-08 07:54:36 +01:00
mksysb.py mksysb: improve visibility on the output (#6269) 2023-04-05 13:55:49 +02:00
modprobe.py add persistent option for modprobe (#5424) 2023-02-26 14:58:58 +01:00
monit.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
mqtt.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
mssql_db.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
mssql_script.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
nagios.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
netcup_dns.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
newrelic_deployment.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
nexmo.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
nginx_status_info.py short_description fix batch 2 (#5520) 2022-11-09 13:57:41 +01:00
nictagadm.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
nmcli.py nmcli: fixed idempotency issue when config bridge connection (#6105) 2023-03-26 09:28:51 +02:00
nomad_job.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +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 Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
npm.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
nsupdate.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
ocapi_command.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
ocapi_info.py Add attributes to ocapi_info (#6066) 2023-02-24 11:13:27 +01:00
oci_vcn.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
odbc.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
office_365_connector_card.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
ohai.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
omapi_host.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
one_host.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
one_image.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +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 Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
one_template.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
one_vm.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneandone_firewall_policy.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
oneandone_load_balancer.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
oneandone_monitoring_policy.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
oneandone_private_network.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
oneandone_public_ip.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
oneandone_server.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +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 Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_enclosure_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_ethernet_network.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_ethernet_network_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_fc_network.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_fc_network_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_fcoe_network.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_fcoe_network_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_logical_interconnect_group.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_logical_interconnect_group_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_network_set.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_network_set_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
oneview_san_manager.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
oneview_san_manager_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
online_server_info.py short_description fix batch 2 (#5520) 2022-11-09 13:57:41 +01:00
online_user_info.py short_description fix batch 2 (#5520) 2022-11-09 13:57:41 +01:00
open_iscsi.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
openbsd_pkg.py openbsd_pkg: set TERM to 'dumb' in execute_command (#6149) 2023-03-14 23:01:06 +01:00
opendj_backendprop.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
openwrt_init.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
opkg.py opkg: fix bug when update_cache=true (#6119) 2023-03-02 07:01:15 +01:00
osx_defaults.py community.general.osx_defaults: Include stderr in error messages (#6011) 2023-02-25 11:00:07 +01:00
ovh_ip_failover.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
ovh_ip_loadbalancing_backend.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
ovh_monthly_billing.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
pacemaker_cluster.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
packet_device.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
packet_ip_subnet.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
packet_project.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
packet_sshkey.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
packet_volume.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
packet_volume_attachment.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
pacman.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pacman_key.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pagerduty.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
pagerduty_alert.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
pagerduty_change.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
pagerduty_user.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
pam_limits.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
pamd.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
parted.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
pear.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pids.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
pingdom.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
pip_package_info.py short_description fix batch 2 (#5520) 2022-11-09 13:57:41 +01:00
pipx.py pipx: Add support for system_site_packages (#6308) 2023-04-10 09:10:32 +02:00
pipx_info.py pipx: add testcase w/ env vars PIPX_xxxx (#5845) 2023-01-18 21:28:16 +01:00
pkg5.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pkg5_publisher.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pkgin.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pkgng.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pkgutil.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pmem.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
portage.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
portinstall.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pritunl_org.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
pritunl_org_info.py Fix pylint errors (#5933) 2023-02-04 17:05:08 +01:00
pritunl_user.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
pritunl_user_info.py Fix pylint errors (#5933) 2023-02-04 17:05:08 +01:00
profitbricks.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
profitbricks_datacenter.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
profitbricks_nic.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
profitbricks_volume.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
profitbricks_volume_attachments.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
proxmox.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
proxmox_disk.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +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 Add archive param for proxmox_kvm module (#6159) 2023-03-25 08:24:28 +01:00
proxmox_nic.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
proxmox_snap.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +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 Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +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 Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
pulp_repo.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
puppet.py Add skip_tags option to Puppet module (#6293) 2023-04-13 06:40:54 +02:00
pushbullet.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
pushover.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +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 Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_cbs.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_cbs_attachments.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_cdb.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_cdb_database.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_cdb_user.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_clb.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_clb_nodes.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_clb_ssl.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_dns.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_dns_record.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_facts.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
rax_files.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_files_objects.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_identity.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_keypair.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_meta.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_mon_alarm.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_mon_check.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_mon_entity.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_mon_notification.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_mon_notification_plan.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_network.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_queue.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_scaling_group.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
rax_scaling_policy.py Add attributes to oneandone, ovh, and rackspace modules (#5948) 2023-02-24 09:21:43 +01:00
read_csv.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
redfish_command.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
redfish_config.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
redfish_info.py added hpe thermal config and fan percent min (#6208) 2023-03-25 23:18:21 +01:00
redhat_subscription.py redhat_subscription: fix D-Bus option for environments on CentOS (#6275) 2023-04-03 21:26:56 +02:00
redis.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
redis_data.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
redis_data_incr.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01: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 Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
rhn_channel.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
rhn_register.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
rhsm_release.py rhsm modules: cleanly fail when not run as root (#6211) 2023-03-22 13:15:32 +01:00
rhsm_repository.py rhsm modules: cleanly fail when not run as root (#6211) 2023-03-22 13:15:32 +01:00
riak.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
rocketchat.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
rollbar_deployment.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
rpm_ostree_pkg.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
rundeck_acl_policy.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +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 Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
rundeck_project.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
runit.py Add attributes to more modules (3/4) (#5967) 2023-02-20 17:30:26 +01:00
say.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
scaleway_compute.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_compute_private_network.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_container.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_container_info.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_container_namespace.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_container_namespace_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
scaleway_container_registry.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_container_registry_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
scaleway_database_backup.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_function.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_function_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
scaleway_function_namespace.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_function_namespace_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
scaleway_image_info.py multiple scaleway modules: fixed markups in doc (#5766) 2023-01-12 21:02:25 +01:00
scaleway_ip.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_ip_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
scaleway_lb.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_organization_info.py multiple scaleway modules: fixed markups in doc (#5766) 2023-01-12 21:02:25 +01:00
scaleway_private_network.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_security_group.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_security_group_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
scaleway_security_group_rule.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_server_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
scaleway_snapshot_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
scaleway_sshkey.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_user_data.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_volume.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_volume_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
sefcontext.py sefcontext: add support for path substitutions (#5830) 2023-02-26 14:04:57 +01:00
selinux_permissive.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
selogin.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
sendgrid.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
sensu_check.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
sensu_client.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
sensu_handler.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
sensu_silence.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
sensu_subscription.py Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#5957) 2023-02-24 09:23:56 +01:00
seport.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
serverless.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
shutdown.py Add attributes for modules with action plugin (#5951) 2023-02-22 14:46:01 +01:00
sl_vm.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
slack.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
slackpkg.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
smartos_image_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
snap.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
snap_alias.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
snmp_facts.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
solaris_zone.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
sorcery.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
spectrum_device.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
spectrum_model_attrs.py Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#5963) 2023-02-24 09:24:37 +01:00
spotinst_aws_elastigroup.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
ss_3par_cpg.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
ssh_config.py ssh_config: add proxyjump option (#6205) 2023-03-25 23:16:46 +01:00
stackdriver.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
stacki_host.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
statsd.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
statusio_maintenance.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
sudoers.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
supervisorctl.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
svc.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
svr4pkg.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
swdepot.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
swupd.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
syslogger.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
syspatch.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
sysrc.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
sysupgrade.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
taiga_issue.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
telegram.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
terraform.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
timezone.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
twilio.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
typetalk.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
udm_dns_record.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
udm_dns_zone.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
udm_group.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
udm_share.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
udm_user.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
ufw.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
uptimerobot.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
urpmi.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
utm_aaa_group.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_aaa_group_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
utm_ca_host_key_cert.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_ca_host_key_cert_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
utm_dns_host.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_network_interface_address.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_network_interface_address_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
utm_proxy_auth_profile.py More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
utm_proxy_exception.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_proxy_frontend.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_proxy_frontend_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
utm_proxy_location.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
utm_proxy_location_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
vdo.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
vertica_configuration.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
vertica_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
vertica_role.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
vertica_schema.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
vertica_user.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
vexata_eg.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
vexata_volume.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
vmadm.py Add attributes to more modules (4/4) (#5968) 2023-02-20 17:30:53 +01:00
wakeonlan.py Add attributes to more modules (1/4) (#5965) 2023-02-20 17:29:14 +01:00
wdc_redfish_command.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +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 Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
webfaction_db.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
webfaction_domain.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
webfaction_mailbox.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
webfaction_site.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +01:00
xattr.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
xbps.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
xcc_redfish_command.py Add attributes to remove management modules (#5961) 2023-02-20 17:28:13 +01:00
xenserver_facts.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
xenserver_guest.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
xenserver_guest_info.py Remove unneccessary imports (#5940) 2023-02-12 19:48:39 +01:00
xenserver_guest_powerstate.py Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#5958) 2023-02-20 17:27:38 +01:00
xfconf.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
xfconf_info.py Check mode has only been added for some _info and _facts modules in a bugfix (#5969) 2023-02-20 17:49:31 +01:00
xfs_quota.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
xml.py Add attributes to various basic modules (#5964) 2023-02-20 17:28:47 +01:00
yarn.py Updating yarn.list to not fail when when warnings are emitted (#6129) 2023-03-14 23:00:23 +01:00
yum_versionlock.py Documentation: yum_versionlock typo fix (#6121) 2023-03-02 07:14:58 +01:00
zfs.py More true/false normalization (#6152) 2023-03-06 23:02:24 +01:00
zfs_delegate_admin.py zfs_delegate_admin: fix: zfs allow cannot parse unknown uid/gid (#5943) 2023-02-25 11:02:28 +01:00
zfs_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
znode.py add optional use_tls parameter (#6154) 2023-03-14 23:01:59 +01:00
zpool_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) 2022-11-09 21:09:09 +01:00
zypper.py Added support for openSUSE MicroOS (#5998) 2023-02-25 10:58:04 +01:00
zypper_repository.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00