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
Mike Wadsten 787fa46217
fix(modules/gitlab_runner): Use correct argument to list all runners (#7790)
* fix(modules/gitlab_runner): Use correct argument to list all runners

python-gitlab 4.0.0 removed support for the `as_list=False` parameter.
This functionality is now available as `iterator=True`.

Without this change, the module actually only retrieves the first
20 results, which can lead to non-idempotent behavior, such as
registering a runner again.

* Add changelog entry (#7790)

* gitlab_runner: Check python-gitlab version when listing runners

* gitlab: Add list_all_kwargs variable to module_utils

* refactor(gitlab modules): use list_all_kwargs where it helps (#7790)

I did not change every instance of all=True or all=False, only those
which could obviously benefit from simplifying:

  * Code using `all=True` but then searching for any items that match a
    condition (no need to collect the full list).
  * Code that basically reimplements `all=True` with manual pagination.
    (These could be changed to `all=True`, but `list_all_kwargs` also
    sets per_page to 100, to gather data faster.)

* gitlab_instance_variable: Use list_all_kwargs

* Add new changelog entry for gitlab module changes (#7790)
2024-02-25 19:45:30 +01:00
..
aerospike_migrations.py
airbrake_deployment.py
aix_devices.py
aix_filesystem.py
aix_inittab.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
aix_lvg.py
aix_lvol.py
alerta_customer.py
ali_instance.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ali_instance_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
alternatives.py
ansible_galaxy_install.py ansible_galaxy_install: forgot to remove mentions of the no longer supported Ansible 2.9 in the docs (#7555) 2023-11-20 23:21:06 +13:00
apache2_mod_proxy.py
apache2_module.py plugins/modules/apache2_module: fix typo (#7209) 2023-09-06 13:30:05 +02:00
apk.py Correct apk docu to not include spaces in package name (#8009) 2024-02-24 20:36:56 +01:00
apt_repo.py
apt_rpm.py apt_rpm: add check if package version is upgradable (ansible-collections#7414) (#7577) 2023-12-02 21:00:04 +01:00
archive.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
atomic_container.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
atomic_host.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
atomic_image.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
awall.py
beadm.py
bearychat.py
bigpanda.py
bitbucket_access_key.py
bitbucket_pipeline_key_pair.py
bitbucket_pipeline_known_host.py
bitbucket_pipeline_variable.py
bower.py
btrfs_info.py
btrfs_subvolume.py
bundler.py
bzr.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
campfire.py
capabilities.py
cargo.py cargo: use the correct path when checking installation status fixing idempotency issue. (#7970) 2024-02-23 20:34:18 +01:00
catapult.py
circonus_annotation.py
cisco_webex.py
clc_aa_policy.py
clc_alert_policy.py
clc_blueprint_package.py
clc_firewall_policy.py
clc_group.py
clc_loadbalancer.py
clc_modify_server.py
clc_publicip.py
clc_server.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
clc_server_snapshot.py
cloud_init_data_facts.py
cloudflare_dns.py cloudflare_dns: remove support for SPF records (#7782) 2024-01-13 16:08:22 +01:00
cobbler_sync.py
cobbler_system.py
composer.py Fix the ability to run Composer "working_dir" dependent commands (#7405) 2023-11-01 08:03:18 +01:00
consul.py Add documentation stubs for undocumented module options (#7738) 2023-12-20 07:32:56 +01:00
consul_acl.py Consul acl deprecation (#7901) 2024-01-27 11:05:47 +01:00
consul_acl_bootstrap.py Add new consul modules and reuse code between them. (#7878) 2024-01-27 10:22:44 +01:00
consul_auth_method.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
consul_binding_rule.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
consul_kv.py
consul_policy.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
consul_role.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
consul_session.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
consul_token.py Consul action group (#7897) 2024-01-27 10:58:41 +01:00
copr.py remove pylint exceptions (#6927) 2023-07-14 07:03:34 +02:00
cpanm.py cpanm: using yaml-specified unit tests (#7231) 2023-09-10 21:24:59 +02:00
cronvar.py
crypttab.py
datadog_downtime.py
datadog_event.py
datadog_monitor.py
dconf.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
deploy_helper.py
dimensiondata_network.py
dimensiondata_vlan.py
discord.py
django_manage.py
dnf_config_manager.py Add dnf_config_manager module (#7745) 2023-12-29 09:42:02 +01:00
dnf_versionlock.py
dnsimple.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
dnsimple_info.py
dnsmadeeasy.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
dpkg_divert.py
easy_install.py
ejabberd_user.py ejabberd_user: use CmdRunner (#7075) 2023-08-13 20:55:59 +02:00
elasticsearch_plugin.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
emc_vnx_sg_member.py
etcd3.py
facter.py
facter_facts.py facter_facts: new module (#7356) 2023-10-22 18:11:00 +02:00
filesize.py
filesystem.py
flatpak.py
flatpak_remote.py
flowdock.py flowdock module: deprecation (#6930) 2023-07-14 20:04:02 +02:00
gandi_livedns.py
gconftool2.py Bump version of main to 8.0.0; remove deprecations, deprecate some leftovers (#7358) 2023-10-09 13:31:27 +02:00
gconftool2_info.py
gem.py
gio_mime.py New Module: gio_mime (#7271) 2023-09-20 19:29:05 +02:00
git_config.py git_config: support multiple values for same name (#7260) 2023-12-03 09:41:34 +01:00
git_config_info.py New module git config info (#7587) 2023-11-29 08:37:50 +01:00
github_deploy_key.py Fix pagination issue in community.general.github_deploy_key (#7375) 2023-10-18 20:52:51 +02:00
github_issue.py
github_key.py
github_release.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
github_repo.py
github_webhook.py
github_webhook_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
gitlab_branch.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
gitlab_deploy_key.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_group.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
gitlab_group_access_token.py GitLab group and project access token modules (#7964) 2024-02-25 19:44:49 +01:00
gitlab_group_members.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_group_variable.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_hook.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_instance_variable.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_issue.py gitlab_issue: use search instead of title (#7847) 2024-02-17 12:30:54 +01:00
gitlab_label.py New module: gitlab_label (#7657) 2024-01-26 23:31:22 +01:00
gitlab_merge_request.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
gitlab_milestone.py New module: gitlab_milestone (#7824) 2024-01-26 23:30:35 +01:00
gitlab_project.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
gitlab_project_access_token.py GitLab group and project access token modules (#7964) 2024-02-25 19:44:49 +01:00
gitlab_project_badge.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_project_members.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
gitlab_project_variable.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_protected_branch.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
gitlab_runner.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
gitlab_user.py fix(modules/gitlab_runner): Use correct argument to list all runners (#7790) 2024-02-25 19:45:30 +01:00
grove.py
gunicorn.py
haproxy.py
heroku_collaborator.py
hg.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
hipchat.py
homebrew.py Detection of already installed homebrew cask (#7870) 2024-01-27 10:23:52 +01:00
homebrew_cask.py
homebrew_tap.py
homectl.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
honeybadger_deployment.py
hpilo_boot.py
hpilo_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
hponcfg.py
htpasswd.py
hwc_ecs_instance.py
hwc_evs_disk.py
hwc_network_vpc.py
hwc_smn_topic.py
hwc_vpc_eip.py
hwc_vpc_peering_connect.py
hwc_vpc_port.py
hwc_vpc_private_ip.py
hwc_vpc_route.py
hwc_vpc_security_group.py
hwc_vpc_security_group_rule.py
hwc_vpc_subnet.py
ibm_sa_domain.py
ibm_sa_host.py
ibm_sa_host_ports.py
ibm_sa_pool.py
ibm_sa_vol.py
ibm_sa_vol_map.py
icinga2_feature.py
icinga2_host.py Fix icinga2_host requiring ip key. (#7452) 2023-11-01 07:56:44 +01:00
idrac_redfish_command.py
idrac_redfish_config.py
idrac_redfish_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ilo_redfish_command.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ilo_redfish_config.py
ilo_redfish_info.py
imc_rest.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
imgadm.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
infinity.py
influxdb_database.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
influxdb_query.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
influxdb_retention_policy.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
influxdb_user.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
influxdb_write.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ini_file.py ini_file: documentation for 'section' to stop mentioning that null can be passed (#7558) 2023-11-23 06:19:14 +01:00
installp.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
interfaces_file.py interfaces_file: filter by address_familiy when updating method (#7612) 2023-11-26 19:34:13 +01:00
ip_netns.py
ipa_config.py ipa_config: add passkey choice to ipauserauthtype (#7588) 2023-11-29 08:36:26 +01:00
ipa_dnsrecord.py ipa_dnsmodule: Add support for ns record management (#7737) 2023-12-28 08:32:39 +01:00
ipa_dnszone.py Fix key error for reverse zone (#6905) (#6906) 2023-07-16 10:57:45 +02:00
ipa_group.py
ipa_hbacrule.py
ipa_host.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
ipa_hostgroup.py
ipa_otpconfig.py
ipa_otptoken.py ipa_otptoken: fix wrong return value string to bool (#7795) 2024-01-16 22:14:26 +01:00
ipa_pwpolicy.py ipa: ipa_pwpolicy update pwpolicy module (#7723) 2023-12-31 15:21:59 +01:00
ipa_role.py
ipa_service.py
ipa_subca.py
ipa_sudocmd.py
ipa_sudocmdgroup.py
ipa_sudorule.py Ipa sudorule/add deny options (#7415) 2023-11-15 22:01:07 +01:00
ipa_user.py ipa_user: add how to remove userauthtype from an user (#7991) 2024-02-20 21:29:15 +01:00
ipa_vault.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
ipbase_info.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ipify_facts.py
ipinfoio_facts.py
ipmi_boot.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ipmi_power.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
iptables_state.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ipwcli_dns.py
irc.py irc: deprecate default 'false' for validate_certs and use_tls (#7578) 2023-12-20 07:22:45 +01:00
iso_create.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
iso_customize.py Update iso_customize.py notes section (#7927) 2024-02-01 18:41:07 +01:00
iso_extract.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
jabber.py
java_cert.py
java_keystore.py
jboss.py
jenkins_build.py Improvements to the jenkins_build module and new jenkins_build_info module (#7204) 2023-09-10 21:28:55 +02:00
jenkins_build_info.py Improvements to the jenkins_build module and new jenkins_build_info module (#7204) 2023-09-10 21:28:55 +02:00
jenkins_job.py
jenkins_job_info.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
jenkins_plugin.py Add example for ECS Fargate/EFS Jenkins authentication (#6991) 2023-07-27 09:56:59 +02:00
jenkins_script.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
jira.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
kdeconfig.py
kernel_blacklist.py kernel_blacklist: bugfix (#7382) 2023-10-18 20:53:31 +02:00
keycloak_authentication.py
keycloak_authentication_required_actions.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
keycloak_authz_authorization_scope.py
keycloak_authz_custom_policy.py Add keycloak_authz_custom_policy module (#7126) 2023-09-19 18:07:25 +02:00
keycloak_authz_permission.py Set resources payload as a list (#7563) 2023-11-22 19:03:15 +01:00
keycloak_authz_permission_info.py keycloak_authz_permission*: adjust to semantic markup (#6964) 2023-07-16 14:25:10 +02:00
keycloak_client.py Fixes #1226 - keycloak_client detects changes on check_mode but not in run mode (#7881) 2024-02-17 12:31:45 +01:00
keycloak_client_rolemapping.py
keycloak_clientscope.py
keycloak_clientscope_type.py keycloak_clientscope_type: fixed example (#7162) 2023-08-29 07:02:00 +02:00
keycloak_clientsecret_info.py
keycloak_clientsecret_regenerate.py
keycloak_clienttemplate.py
keycloak_component_info.py Keycloak components info (#7694) 2023-12-28 18:11:55 +01:00
keycloak_group.py
keycloak_identity_provider.py Bugfix: keycloak_identity_provider does not handle mapper changes properly (#7418) 2023-12-28 09:50:01 +01:00
keycloak_realm.py
keycloak_realm_info.py
keycloak_realm_key.py improvements to the keycloak_realm_key module (#7698) 2023-12-28 08:32:05 +01:00
keycloak_realm_rolemapping.py Add keycloak_realm_rolemapping module to map realm roles to groups (#7663) 2023-12-28 18:11:32 +01:00
keycloak_role.py
keycloak_user.py keycloak_user: avoid error when trying to delete a non-existing user (#7696) 2023-12-21 13:09:12 +01:00
keycloak_user_federation.py Allow custom providerId in keycloak_user_federation (#7789) 2023-12-31 15:37:58 +01:00
keycloak_user_rolemapping.py
keyring.py remove pylint exceptions (#6927) 2023-07-14 07:03:34 +02:00
keyring_info.py
kibana_plugin.py
launchd.py
layman.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
lbu.py
ldap_attrs.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ldap_entry.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ldap_passwd.py
ldap_search.py ldap_search: make sure to also handle binary strings in Python 3 (#7264) 2023-09-15 19:01:32 +02:00
librato_annotation.py
linode.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
linode_v4.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
listen_ports_facts.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
lldp.py
locale_gen.py locale_gen: refactor (#6903) 2023-07-15 12:54:53 +02:00
logentries.py
logentries_msg.py
logstash_plugin.py
lvg.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
lvg_rename.py
lvol.py lvol: Change `pvs` argument type to list (of str) (#7676) 2023-12-04 05:58:55 +01:00
lxc_container.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
lxca_cmms.py
lxca_nodes.py
lxd_container.py LXD moved to Canonical (#7332) 2023-10-04 19:48:54 +02:00
lxd_profile.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
lxd_project.py LXD moved to Canonical (#7332) 2023-10-04 19:48:54 +02:00
macports.py
mail.py mail module/callback: allow to configure the Message-ID header's domain name (#7765) 2024-01-01 14:03:23 +01:00
make.py community.general.make: (#7180) 2023-09-06 19:11:43 +02:00
manageiq_alert_profiles.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_alerts.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_group.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_policies.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_policies_info.py
manageiq_provider.py Add documentation stubs for undocumented module options (#7738) 2023-12-20 07:32:56 +01:00
manageiq_tags.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_tags_info.py
manageiq_tenant.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
manageiq_user.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
mas.py
matrix.py
mattermost.py
maven_artifact.py
memset_dns_reload.py
memset_memstore_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
memset_server_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
memset_zone.py
memset_zone_domain.py
memset_zone_record.py
mksysb.py
modprobe.py modprobe: Avoid FileNotFoundError when directories don't exist. (#8005) 2024-02-25 07:38:22 +01:00
monit.py
mqtt.py
mssql_db.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
mssql_script.py Added transactional(rollback/commit) support to mssql_script module (#7976) 2024-02-23 20:33:43 +01:00
nagios.py
netcup_dns.py Netcup DNS: Add support for additional record types (#7489) 2023-11-15 22:00:34 +01:00
newrelic_deployment.py newrelic_deployment: add app_name_exact_match parameter (#7355) 2023-10-08 18:24:43 +02:00
nexmo.py
nginx_status_info.py
nictagadm.py
nmcli.py Fixes #7389 - NMCLI issue with creating a wifi bridge-slave (#7695) 2024-01-28 13:17:25 +01:00
nomad_job.py Add nomad_job port parameter (#7412) 2023-10-25 08:48:18 +02:00
nomad_job_info.py Add nomad_job port parameter (#7412) 2023-10-25 08:48:18 +02:00
nomad_token.py Feat nomad token module (#7523) 2023-12-03 13:51:39 +01:00
nosh.py
npm.py npm: changed to cmdrunner (#6989) 2023-08-12 09:57:49 +02:00
nsupdate.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ocapi_command.py
ocapi_info.py
oci_vcn.py
odbc.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
office_365_connector_card.py
ohai.py
omapi_host.py
one_host.py
one_image.py
one_image_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
one_service.py
one_template.py
one_vm.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
oneandone_firewall_policy.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneandone_load_balancer.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneandone_monitoring_policy.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneandone_private_network.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneandone_public_ip.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneandone_server.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
onepassword_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_datacenter_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_enclosure_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_ethernet_network.py
oneview_ethernet_network_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_fc_network.py
oneview_fc_network_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_fcoe_network.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_fcoe_network_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_logical_interconnect_group.py
oneview_logical_interconnect_group_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_network_set.py
oneview_network_set_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
oneview_san_manager.py
oneview_san_manager_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
online_server_info.py
online_user_info.py
open_iscsi.py
openbsd_pkg.py
opendj_backendprop.py
openwrt_init.py
opkg.py
osx_defaults.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ovh_ip_failover.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
ovh_ip_loadbalancing_backend.py
ovh_monthly_billing.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
pacemaker_cluster.py
packet_device.py
packet_ip_subnet.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
packet_project.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
packet_sshkey.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
packet_volume.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
packet_volume_attachment.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
pacman.py
pacman_key.py Add missing id parameter into pacman_key documentation examples. (#7855) 2024-01-18 07:33:06 +01:00
pagerduty.py
pagerduty_alert.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
pagerduty_change.py
pagerduty_user.py
pam_limits.py
pamd.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
parted.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
pear.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
pids.py
pingdom.py
pip_package_info.py
pipx.py
pipx_info.py
pkg5.py
pkg5_publisher.py
pkgin.py Pkgin fixes (#7971) 2024-02-23 20:33:13 +01:00
pkgng.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
pkgutil.py
pmem.py
pnpm.py pnpm: version should not be latest when state is latest (#7339) 2023-10-04 08:34:27 +02:00
portage.py
portinstall.py
pritunl_org.py
pritunl_org_info.py
pritunl_user.py
pritunl_user_info.py
profitbricks.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
profitbricks_datacenter.py
profitbricks_nic.py
profitbricks_volume.py
profitbricks_volume_attachments.py
proxmox.py fix proxmox update when setting does not already exist (#7872) 2024-01-26 23:29:57 +01:00
proxmox_disk.py [proxmox_disk]: Add ability to manipulate CD-ROM drive (#7495) 2023-11-19 10:31:05 +01:00
proxmox_domain_info.py
proxmox_group_info.py
proxmox_kvm.py proxmox_kvm - new param to support unsafe updates (#7843) 2024-02-07 14:30:45 +01:00
proxmox_nic.py
proxmox_node_info.py Add proxmox_node_info module (#7689) 2023-12-29 09:41:49 +01:00
proxmox_pool.py
proxmox_pool_member.py fix vm removal in proxmox_pool_member.py (#7464) 2023-11-06 20:01:05 +01:00
proxmox_snap.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
proxmox_storage_contents_info.py Proxmox add storage content listing (#7725) 2023-12-31 15:21:20 +01:00
proxmox_storage_info.py Typo fix (#7427) 2023-10-25 22:05:37 +02:00
proxmox_tasks_info.py Update proxmox_tasks_info.py (#7591) 2023-11-24 20:48:52 +01:00
proxmox_template.py
proxmox_user_info.py Avoid direct type comparisons (#7085) 2023-08-11 09:00:54 +02:00
proxmox_vm_info.py [proxmox_vm_info] Add ability to retrieve config (#7485) 2023-12-04 05:59:21 +01:00
pubnub_blocks.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
pulp_repo.py
puppet.py
pushbullet.py
pushover.py
python_requirements_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
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 More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
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 Add support for Oem params (#7330) 2023-10-02 21:46:29 +02:00
redfish_config.py Add redfish_config command to set service identification (#7917) 2024-02-11 13:16:07 +01:00
redfish_info.py Add redfish_info command to get service identification (#7883) 2024-01-23 07:28:54 +01:00
redhat_subscription.py redhat_subscription: use D-Bus registration on RHEL 7 only on 7.4+ (#7624) 2023-11-30 05:58:07 +01:00
redis.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
redis_data.py
redis_data_incr.py
redis_data_info.py
redis_info.py feat(redis_info): use module_utils redis to support TLS (#7267) 2023-09-28 21:04:58 +02:00
rhevm.py
rhn_channel.py
rhn_register.py
rhsm_release.py
rhsm_repository.py rhsm_repository: refactor parsing of "subscription-manager repos" output (#6837) 2023-07-15 12:57:54 +02:00
riak.py
rocketchat.py
rollbar_deployment.py
rpm_ostree_pkg.py
rundeck_acl_policy.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
rundeck_job_executions_info.py
rundeck_job_run.py
rundeck_project.py
runit.py
say.py
scaleway_compute.py
scaleway_compute_private_network.py
scaleway_container.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
scaleway_container_info.py
scaleway_container_namespace.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
scaleway_container_namespace_info.py
scaleway_container_registry.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
scaleway_container_registry_info.py
scaleway_database_backup.py
scaleway_function.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
scaleway_function_info.py
scaleway_function_namespace.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
scaleway_function_namespace_info.py
scaleway_image_info.py
scaleway_ip.py
scaleway_ip_info.py
scaleway_lb.py
scaleway_organization_info.py
scaleway_private_network.py
scaleway_security_group.py
scaleway_security_group_info.py
scaleway_security_group_rule.py remove noqa exceptions (#6928) 2023-07-15 12:54:28 +02:00
scaleway_server_info.py
scaleway_snapshot_info.py
scaleway_sshkey.py
scaleway_user_data.py
scaleway_volume.py
scaleway_volume_info.py
sefcontext.py
selinux_permissive.py
selogin.py
sendgrid.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
sensu_check.py
sensu_client.py
sensu_handler.py
sensu_silence.py
sensu_subscription.py
seport.py
serverless.py
shutdown.py
simpleinit_msb.py Support for simpleinit-msb init system (#6618) 2023-10-03 06:37:46 +02:00
sl_vm.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
slack.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
slackpkg.py
smartos_image_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
snap.py snap: detect change by checking final state (#7340) 2023-10-08 12:03:31 +02:00
snap_alias.py
snmp_facts.py
solaris_zone.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
sorcery.py sorcery: update only specified grimoires (#7091) 2023-08-12 09:56:56 +02:00
spectrum_device.py
spectrum_model_attrs.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
spotinst_aws_elastigroup.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
ss_3par_cpg.py
ssh_config.py Add ssh_config module option for identities_only (#7704) 2023-12-17 15:14:24 +01:00
stackdriver.py
stacki_host.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
statsd.py
statusio_maintenance.py Fixed payload format (#7754) 2023-12-26 21:46:25 +01:00
sudoers.py Add noexec support to sudoers (#7983) 2024-02-23 06:36:45 +01:00
supervisorctl.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
svc.py
svr4pkg.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
swdepot.py
swupd.py
syslogger.py
syspatch.py
sysrc.py Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
sysupgrade.py
taiga_issue.py
telegram.py
terraform.py terraform: fix diff when state is absent (#7963) 2024-02-16 13:50:58 +01:00
timezone.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
twilio.py
typetalk.py
udm_dns_record.py
udm_dns_zone.py
udm_group.py
udm_share.py
udm_user.py
ufw.py
uptimerobot.py
urpmi.py
utm_aaa_group.py
utm_aaa_group_info.py
utm_ca_host_key_cert.py
utm_ca_host_key_cert_info.py
utm_dns_host.py
utm_network_interface_address.py
utm_network_interface_address_info.py
utm_proxy_auth_profile.py
utm_proxy_exception.py
utm_proxy_frontend.py
utm_proxy_frontend_info.py
utm_proxy_location.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
utm_proxy_location_info.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
vdo.py
vertica_configuration.py
vertica_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
vertica_role.py
vertica_schema.py
vertica_user.py
vexata_eg.py
vexata_volume.py
vmadm.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
wakeonlan.py
wdc_redfish_command.py
wdc_redfish_info.py
webfaction_app.py
webfaction_db.py
webfaction_domain.py
webfaction_mailbox.py
webfaction_site.py
xattr.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
xbps.py
xcc_redfish_command.py Implemented raw_post without actions (#7746) 2023-12-28 18:11:43 +01:00
xenserver_facts.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
xenserver_guest.py Only disable cert validation in examples for local network access (#7576) 2023-11-26 21:54:53 +01:00
xenserver_guest_info.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
xenserver_guest_powerstate.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
xfconf.py Many typo fixes (#7429) 2023-10-25 23:01:32 +02:00
xfconf_info.py
xfs_quota.py
xml.py
yarn.py
yum_versionlock.py
zfs.py
zfs_delegate_admin.py
zfs_facts.py
znode.py More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
zpool_facts.py
zypper.py Typo fix (#7427) 2023-10-25 22:05:37 +02:00
zypper_repository.py