1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 16:01:55 +00:00
community.general/plugins/modules
Jonathan Kamens 627371e2d8
dconf: Check for changes properly despite style of quotes used by user (#6049)
dconf: parse GVariant values to check for equality whenever possible

Direct string comparisons are an inaccurate way to compare two
GVariant representations. For example, 'foo' and "foo" (including the
quote marks, which are part of the representation) are equal GVariants
but if you just do a string compare (remember, including the quotes)
they'll be interpreted.

We therefore want to use the `gi.repository` Python library to parse
GVariant representations before comparing them whenever possible.

However, we don't want to assume that this library will always be
available or require it for Ansible to function, so we use a straight
string comparison as a fallback when the library isn't available. This
may result in some false positives, i.e., Ansible thinking a value is
changing when it actually isn't, but will not result in incorrect
values being written into `dconf`.

Co-authored-by: Jonathan Kamens <jik@jik5.kamens.us>
2023-03-04 20:51:50 +01:00
..
aerospike_migrations.py
airbrake_deployment.py
aix_devices.py Add attributes to aix and ibm modules (#5959) 2023-02-24 09:24:13 +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
ali_instance.py
ali_instance_info.py
alternatives.py
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 Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
archive.py
atomic_container.py
atomic_host.py
atomic_image.py
awall.py
beadm.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
bearychat.py
bigpanda.py
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
cargo.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
catapult.py
circonus_annotation.py
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
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
crypttab.py
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: Check for changes properly despite style of quotes used by user (#6049) 2023-03-04 20:51:50 +01:00
deploy_helper.py
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
dnf_versionlock.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
dnsimple.py
dnsimple_info.py
dnsmadeeasy.py
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
elasticsearch_plugin.py
emc_vnx_sg_member.py
etcd3.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
facter.py
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
gandi_livedns.py
gconftool2.py
gconftool2_info.py
gem.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
git_config.py
github_deploy_key.py
github_issue.py
github_key.py
github_release.py
github_repo.py
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
gitlab_branch.py
gitlab_deploy_key.py
gitlab_group.py
gitlab_group_members.py
gitlab_group_variable.py
gitlab_hook.py
gitlab_project.py Add new project features to API (#5986) 2023-02-26 14:13:22 +01:00
gitlab_project_badge.py
gitlab_project_members.py
gitlab_project_variable.py
gitlab_protected_branch.py
gitlab_runner.py Fixes #6112: community.general.gitlab_runner KeyError: 'access_level' (#6130) 2023-03-04 10:14:58 +01:00
gitlab_user.py
grove.py
gunicorn.py
haproxy.py
heroku_collaborator.py
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 Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
homebrew_tap.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
homectl.py
honeybadger_deployment.py
hpilo_boot.py
hpilo_info.py
hponcfg.py
htpasswd.py
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
idrac_redfish_config.py
idrac_redfish_info.py
ilo_redfish_config.py
ilo_redfish_info.py
imc_rest.py
imgadm.py
infinity.py
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 Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
influxdb_write.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
ini_file.py
installp.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
interfaces_file.py
ip_netns.py
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
ipinfoio_facts.py
ipmi_boot.py
ipmi_power.py
iptables_state.py
ipwcli_dns.py
irc.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
iso_create.py
iso_customize.py
iso_extract.py
jabber.py Add attributes to some messaging modules (#5962) 2023-02-24 09:24:50 +01:00
java_cert.py
java_keystore.py
jboss.py
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
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
kernel_blacklist.py
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
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
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
keyring_info.py
kibana_plugin.py
launchd.py
layman.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
lbu.py
ldap_attrs.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
ldap_entry.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01: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
linode_v4.py
listen_ports_facts.py
lldp.py
locale_gen.py
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
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
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
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
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
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
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
memset_dns_reload.py
memset_memstore_info.py
memset_server_info.py
memset_zone.py
memset_zone_domain.py
memset_zone_record.py
mksysb.py
modprobe.py add persistent option for modprobe (#5424) 2023-02-26 14:58:58 +01:00
monit.py
mqtt.py
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
netcup_dns.py
newrelic_deployment.py
nexmo.py
nginx_status_info.py
nictagadm.py
nmcli.py nmcli: fixed inability to change mtu on vlan connection (#6104) 2023-03-04 10:01:52 +01:00
nomad_job.py
nomad_job_info.py
nosh.py
npm.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
nsupdate.py
ocapi_command.py
ocapi_info.py Add attributes to ocapi_info (#6066) 2023-02-24 11:13:27 +01:00
oci_vcn.py
odbc.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
office_365_connector_card.py
ohai.py
omapi_host.py
one_host.py
one_image.py
one_image_info.py
one_service.py
one_template.py
one_vm.py
oneandone_firewall_policy.py
oneandone_load_balancer.py
oneandone_monitoring_policy.py
oneandone_private_network.py
oneandone_public_ip.py
oneandone_server.py
onepassword_info.py
oneview_datacenter_info.py
oneview_enclosure_info.py
oneview_ethernet_network.py
oneview_ethernet_network_info.py
oneview_fc_network.py
oneview_fc_network_info.py
oneview_fcoe_network.py
oneview_fcoe_network_info.py
oneview_logical_interconnect_group.py
oneview_logical_interconnect_group_info.py
oneview_network_set.py
oneview_network_set_info.py
oneview_san_manager.py
oneview_san_manager_info.py
online_server_info.py
online_user_info.py
open_iscsi.py
openbsd_pkg.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
opendj_backendprop.py
openwrt_init.py
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
ovh_ip_loadbalancing_backend.py
ovh_monthly_billing.py
pacemaker_cluster.py
packet_device.py
packet_ip_subnet.py
packet_project.py
packet_sshkey.py
packet_volume.py
packet_volume_attachment.py
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
pamd.py
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
pingdom.py
pip_package_info.py
pipx.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
pipx_info.py
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
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
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
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
proxmox_disk.py
proxmox_domain_info.py
proxmox_group_info.py
proxmox_kvm.py
proxmox_nic.py
proxmox_snap.py
proxmox_storage_info.py
proxmox_tasks_info.py
proxmox_template.py
proxmox_user_info.py
pubnub_blocks.py
pulp_repo.py
puppet.py
pushbullet.py
pushover.py
python_requirements_info.py
rax.py
rax_cbs.py
rax_cbs_attachments.py
rax_cdb.py
rax_cdb_database.py
rax_cdb_user.py
rax_clb.py
rax_clb_nodes.py
rax_clb_ssl.py
rax_dns.py
rax_dns_record.py
rax_facts.py
rax_files.py
rax_files_objects.py
rax_identity.py
rax_keypair.py
rax_meta.py
rax_mon_alarm.py
rax_mon_check.py
rax_mon_entity.py
rax_mon_notification.py
rax_mon_notification_plan.py
rax_network.py
rax_queue.py
rax_scaling_group.py
rax_scaling_policy.py
read_csv.py
redfish_command.py
redfish_config.py
redfish_info.py
redhat_subscription.py
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
redis_info.py
rhevm.py
rhn_channel.py
rhn_register.py
rhsm_release.py
rhsm_repository.py
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
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
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
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
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
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
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
scaleway_image_info.py
scaleway_ip.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_ip_info.py
scaleway_lb.py Add attributes to scaleway and profitbricks modules (#5949) 2023-02-24 09:21:52 +01:00
scaleway_organization_info.py
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
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
scaleway_snapshot_info.py
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
sefcontext.py sefcontext: add support for path substitutions (#5830) 2023-02-26 14:04:57 +01:00
selinux_permissive.py
selogin.py
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
serverless.py
shutdown.py
sl_vm.py
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
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
solaris_zone.py
sorcery.py
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
ss_3par_cpg.py
ssh_config.py
stackdriver.py
stacki_host.py
statsd.py
statusio_maintenance.py
sudoers.py
supervisorctl.py
svc.py
svr4pkg.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
swdepot.py
swupd.py
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
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
timezone.py
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
uptimerobot.py
urpmi.py
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
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
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
utm_proxy_auth_profile.py Add attributes to manageiq, udm, utm, and webfaction modules (#5955) 2023-02-24 09:23:28 +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
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
vdo.py
vertica_configuration.py Add attributes to some database modules (#5953) 2023-02-24 09:23:04 +01:00
vertica_info.py
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
vexata_volume.py
vmadm.py
wakeonlan.py
wdc_redfish_command.py
wdc_redfish_info.py
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
xbps.py Add attributes to package manager modules (#5954) 2023-02-24 09:25:20 +01:00
xcc_redfish_command.py
xenserver_facts.py
xenserver_guest.py
xenserver_guest_info.py
xenserver_guest_powerstate.py
xfconf.py
xfconf_info.py
xfs_quota.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +01:00
xml.py
yarn.py Fix Yarn global not working without explicit executable path (#6138) 2023-03-04 10:09:14 +01:00
yum_versionlock.py Documentation: yum_versionlock typo fix (#6121) 2023-03-02 07:14:58 +01:00
zfs.py Add attributes to some filesystem modules (#5960) 2023-02-24 09:25:15 +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
znode.py
zpool_facts.py
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