1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules
patchback[bot] 9bab144d06
[PR #5830/c8a2ac3a backport][stable-6] sefcontext: add support for path substitutions (#6098)
sefcontext: add support for path substitutions (#5830)

* sefcontext: add path substitution support (#1193)

First commit for feedback, missing docs and tests.

* sefcontext: add documentation

* Add changelog fragment

* Documentation formatting

* Delete extra newline

* pep8 fixes

Fix indentation

* Add version_added to arg docs

* Add examples

* Don't delete non-matching path substitutions

* Add integration tests

* Delete only substitutions if such arg passed

Don't delete existing regular file context mappings if deletion of
a path substitution was requested with the presence of the
`equal` arg - delete only path substitutions in such case.

Path substitutions and regular mappings may overlap.

* Can only add args in minor releases

:(

* Cleanup before tests

* Fix deletion using substitution

Was comparing wrong var.

* Fix test checking wrong var

* Improve args documentation and examples

List the default values for selevel, seuser.
Add example for deleting path substitutions only.

* Add attributes documentation block

Not sure if should add become/delegate/async,
shouldn't those work just like that without any
specific code added for them?

* and fix indentation on attribute block

* Consistent indentation for attributes

Confusing, most plugins indent with 4 spaces.
But some use 2 like the rest of the code, so use 2.

* Add missing ref for attribute block

* Use correct c.g version in doc block

Co-authored-by: Felix Fontein <felix@fontein.de>

* Add full stop to changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

* Streamline documentation

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

* Support limiting deletion to setype

Deleting file context mappings may be limited by
passing setype or equal, if neither arg is passed
then delete either setype/equal mappings that match.

* Change arg name, diff mode output fix

Change arg name from equal to substitute.
Print target = subsitute in diff mode same way as
semanage does.

Also put back platform attribute, try to improve
clumsy language in the substitute arg docs.

* Delete even if arg setype not match existing

Test 5 indicates that deletion is supposed to not check that
the arg setype passed when deleting matches the setype
of the mapping to delete.
Delete any mapping that matches target, regardless of
setype arg value.

* Update arg name in tests

* Too eager replacing

Accidentally replaced seobject function names so fix them back

* 4564: Fix invalid setype in doc example

Change from httpd_git_rw_content_t which
does not exist to httpd_sys_rw_content_t

Fixes #4564

* Fix documentation attributes

Additional fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update version_added in docs

Bumping minor to 6.4.0 since it didn't make 6.3.0.

* Add more description to the new arg docs

Try to improve discoverability of the new feature and make it easier to understand without deep SELinux understanding.

* Update platform to Linux in documentation

* Add equal as alias for the new argument

Improve discoverability of the new feature by adding an alias to the new module argument. The argument name "equal" will be easy to find for users who are not familiar with SELinux and who just try to match to the CLI tool `semanage`.

* And add alias argument properly

Previous commit missed actually adding the alias (added to docs only).

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit c8a2ac3a47)

Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com>
2023-02-26 14:23:53 +01:00
..
aerospike_migrations.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
airbrake_deployment.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
aix_devices.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
aix_filesystem.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
aix_inittab.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
aix_lvg.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
aix_lvol.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
alerta_customer.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
ali_instance.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ali_instance_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
alternatives.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
ansible_galaxy_install.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
apache2_mod_proxy.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
apache2_module.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
apk.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
apt_repo.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
apt_rpm.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
archive.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
atomic_container.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
atomic_host.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
atomic_image.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
awall.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
beadm.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
bearychat.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
bigpanda.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
bitbucket_access_key.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
bitbucket_pipeline_key_pair.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
bitbucket_pipeline_known_host.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
bitbucket_pipeline_variable.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
bower.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
bundler.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
bzr.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
campfire.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
capabilities.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
cargo.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
catapult.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
circonus_annotation.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
cisco_webex.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
clc_aa_policy.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_alert_policy.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_blueprint_package.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_firewall_policy.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_group.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_loadbalancer.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_modify_server.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_publicip.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_server.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
clc_server_snapshot.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
cloud_init_data_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
cloudflare_dns.py [PR #5972/094dc6b6 backport][stable-6] cloudflare_dns: Fix setting SRV records with a root level entry (#6097) 2023-02-26 14:16:52 +01:00
cobbler_sync.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
cobbler_system.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
composer.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
consul.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
consul_acl.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
consul_kv.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
consul_session.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
copr.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
cpanm.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
cronvar.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
crypttab.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
datadog_downtime.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
datadog_event.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
datadog_monitor.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
dconf.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
deploy_helper.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
dimensiondata_network.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
dimensiondata_vlan.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
discord.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
django_manage.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dnf_versionlock.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
dnsimple.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dnsimple_info.py add dependency manager (#5535) (#5574) 2022-11-23 07:37:45 +01:00
dnsmadeeasy.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
dpkg_divert.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
easy_install.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
ejabberd_user.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
elasticsearch_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
emc_vnx_sg_member.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
etcd3.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
facter.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
filesize.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
filesystem.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
flatpak.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
flatpak_remote.py [PR #5926/810f3b50 backport][stable-6] Add enabled parameter to flatpak_remote (#6095) 2023-02-25 23:16:07 +01:00
flowdock.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gandi_livedns.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gconftool2.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
gconftool2_info.py gconftool2: refactored to use ModuleHelper + CmdRunner (#5545) (#5551) 2022-11-23 07:37:27 +01:00
gem.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
git_config.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_deploy_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_issue.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_release.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_repo.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
github_webhook.py [PR #5994/1877ef15 backport][stable-6] github_webhook: Don't include secret in the config if it's absent (#6088) 2023-02-25 11:56:05 +01:00
github_webhook_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
gitlab_branch.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_deploy_key.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group_members.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_group_variable.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_hook.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project_badge.py [GitLab] Add modules to manager project badges (#5534) (#5584) 2022-11-23 07:38:08 +01:00
gitlab_project_members.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_project_variable.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_protected_branch.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_runner.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
gitlab_user.py [PR #5947/3186a944 backport][stable-6] Add attributes to git* modules (#6018) 2023-02-20 17:41:58 +01:00
grove.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
gunicorn.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
hana_query.py [stable-6] Add attributes to SAP modules (#6068) 2023-02-24 11:26:20 +01:00
haproxy.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
heroku_collaborator.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
hg.py [PR #5956/bad4b4b0 backport][stable-6] Add attributes to source control modules (#6056) 2023-02-24 11:04:20 +01:00
hipchat.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
homebrew.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
homebrew_cask.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
homebrew_tap.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
homectl.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
honeybadger_deployment.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
hpilo_boot.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
hpilo_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
hponcfg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
htpasswd.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
hwc_ecs_instance.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_evs_disk.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_network_vpc.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_smn_topic.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_eip.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_peering_connect.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_port.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_private_ip.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_route.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_security_group.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_security_group_rule.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
hwc_vpc_subnet.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
ibm_sa_domain.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
ibm_sa_host.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
ibm_sa_host_ports.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
ibm_sa_pool.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
ibm_sa_vol.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
ibm_sa_vol_map.py [PR #5959/5b9ee786 backport][stable-6] Add attributes to aix and ibm modules (#6058) 2023-02-24 11:04:36 +01:00
icinga2_feature.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
icinga2_host.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
idrac_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
idrac_redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
idrac_redfish_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
ilo_redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ilo_redfish_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
imc_rest.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
imgadm.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
infinity.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
influxdb_database.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
influxdb_query.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
influxdb_retention_policy.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
influxdb_user.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
influxdb_write.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
ini_file.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
installp.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
interfaces_file.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
ip_netns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ipa_config.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_dnsrecord.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_dnszone.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_group.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_hbacrule.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_host.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_hostgroup.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_otpconfig.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_otptoken.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_pwpolicy.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_role.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_service.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_subca.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_sudocmd.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_sudocmdgroup.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_sudorule.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_user.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
ipa_vault.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +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) (#5523) 2022-11-09 14:11:41 +01:00
ipmi_boot.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ipmi_power.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
iptables_state.py [PR #5951/cb7a970f backport][stable-6] Add attributes for modules with action plugin (#6033) 2023-02-22 13:58:29 +00:00
ipwcli_dns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
irc.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
iso_create.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
iso_customize.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
iso_extract.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
jabber.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
java_cert.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
java_keystore.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
jboss.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
jenkins_build.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
jenkins_job.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +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 [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
jenkins_script.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
jira.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
kernel_blacklist.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
keycloak_authentication.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_client.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_client_rolemapping.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_clientscope.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_clientsecret_info.py [PR #5606/7ea544a6 backport][stable-6] New Module: Keycloak ClientSecret with PR changes (#5654) 2022-12-05 05:47:23 +00:00
keycloak_clientsecret_regenerate.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_clienttemplate.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_group.py [PR #5814/7d3e6d1b backport][stable-6] keycloak_group: support keycloak subgroups (#6089) 2023-02-25 14:03:38 +01:00
keycloak_identity_provider.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_realm.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +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 [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keycloak_user_federation.py [PR #5863/95b8afde backport][stable-6] providerType should be defaulted for keycloak_user_federation mappers (#6079) 2023-02-25 11:23:26 +01:00
keycloak_user_rolemapping.py [PR #5950/18a6bdd6 backport][stable-6] Add attributes to ipa and keycloak modules (#6063) 2023-02-24 11:03:47 +01:00
keyring.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
keyring_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
kibana_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
launchd.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
layman.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
lbu.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
ldap_attrs.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
ldap_entry.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
ldap_passwd.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
ldap_search.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
librato_annotation.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
linode.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
linode_v4.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
listen_ports_facts.py Short descriptions (batch1) - massive fix on Capitalization and trailing period (#5503) (#5516) 2022-11-09 07:38:36 +01:00
lldp.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
locale_gen.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
logentries.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
logentries_msg.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
logstash_plugin.py [PR #5966/b4a50010 backport][stable-6] Add attributes to more modules (2/4) (#6023) 2023-02-20 17:46:37 +01:00
lvg.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
lvol.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
lxc_container.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
lxca_cmms.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
lxca_nodes.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
lxd_container.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
lxd_profile.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
lxd_project.py [PR #5952/cc29b165 backport][stable-6] Add attributes to clc, hwc, and lxd modules (#6053) 2023-02-24 11:03:38 +01:00
macports.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
mail.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
make.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
manageiq_alert_profiles.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_alerts.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_group.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_policies.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_policies_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
manageiq_provider.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_tags.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +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 [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
manageiq_user.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
mas.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
matrix.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
mattermost.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
maven_artifact.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
memset_dns_reload.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_memstore_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
memset_server_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
memset_zone.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_zone_domain.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
memset_zone_record.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
mksysb.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
modprobe.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
monit.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
mqtt.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
mssql_db.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
mssql_script.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
nagios.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
netcup_dns.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
newrelic_deployment.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nexmo.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nginx_status_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
nictagadm.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nmcli.py [PR #6048/682c6fc9 backport][stable-6] nmcli: Treat order as significant when comparing address lists (#6082) 2023-02-25 11:34:34 +01:00
nomad_job.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
nomad_job_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
nosh.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
npm.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
nsupdate.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
ocapi_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
ocapi_info.py [PR #6066/0307fd12 backport][stable-6] Add attributes to ocapi_info (#6067) 2023-02-24 11:26:12 +01:00
oci_vcn.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
odbc.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
office_365_connector_card.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
ohai.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
omapi_host.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
one_host.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_image.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_image_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
one_service.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_template.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
one_vm.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneandone_firewall_policy.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
oneandone_load_balancer.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
oneandone_monitoring_policy.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
oneandone_private_network.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
oneandone_public_ip.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
oneandone_server.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
onepassword_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
oneview_datacenter_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_enclosure_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_ethernet_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_ethernet_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_fc_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_fc_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_fcoe_network.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_fcoe_network_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_logical_interconnect_group.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_logical_interconnect_group_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_network_set.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_network_set_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
oneview_san_manager.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
oneview_san_manager_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
online_server_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
online_user_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
open_iscsi.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
openbsd_pkg.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
opendj_backendprop.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
openwrt_init.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
opkg.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
osx_defaults.py [PR #6011/92544993 backport][stable-6] community.general.osx_defaults: Include stderr in error messages (#6080) 2023-02-25 11:25:19 +01:00
ovh_ip_failover.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
ovh_ip_loadbalancing_backend.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
ovh_monthly_billing.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
pacemaker_cluster.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
packet_device.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_ip_subnet.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_project.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_sshkey.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_volume.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
packet_volume_attachment.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
pacman.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pacman_key.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pagerduty.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
pagerduty_alert.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
pagerduty_change.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
pagerduty_user.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
pam_limits.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
pamd.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
parted.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
pear.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pids.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
pingdom.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
pip_package_info.py short_description fix batch 2 (#5520) (#5523) 2022-11-09 14:11:41 +01:00
pipx.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pipx_info.py [PR #5845/1430ed00 backport][stable-6] pipx: add testcase w/ env vars PIPX_xxxx (#5859) 2023-01-18 21:43:16 +01:00
pkg5.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pkg5_publisher.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pkgin.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pkgng.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pkgutil.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pmem.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
portage.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
portinstall.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
pritunl_org.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
pritunl_org_info.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
pritunl_user.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
pritunl_user_info.py [PR #5933/b1d9507c backport][stable-6] Fix pylint errors (#5937) 2023-02-04 17:22:05 +01:00
profitbricks.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
profitbricks_datacenter.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
profitbricks_nic.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
profitbricks_volume.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
profitbricks_volume_attachments.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
proxmox.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_disk.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_domain_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_group_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_kvm.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_nic.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_snap.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_storage_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_tasks_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
proxmox_template.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
proxmox_user_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
pubnub_blocks.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pulp_repo.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
puppet.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pushbullet.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
pushover.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
python_requirements_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
rax.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_cbs.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_cbs_attachments.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_cdb.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_cdb_database.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_cdb_user.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_clb.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_clb_nodes.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_clb_ssl.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_dns.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_dns_record.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
rax_files.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_files_objects.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_identity.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_keypair.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_meta.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_mon_alarm.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_mon_check.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_mon_entity.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_mon_notification.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_mon_notification_plan.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_network.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_queue.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_scaling_group.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
rax_scaling_policy.py [stable-6] Add attributes to oneandone, ovh, and rackspace modules (#6064) 2023-02-24 11:03:19 +01:00
read_csv.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
redfish_config.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
redfish_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
redhat_subscription.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
redis.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
redis_data.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
redis_data_incr.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +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 [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhn_channel.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhn_register.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhsm_release.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rhsm_repository.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
riak.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
rocketchat.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
rollbar_deployment.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
rpm_ostree_pkg.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
rundeck_acl_policy.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +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 [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
rundeck_project.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
runit.py [PR #5967/d03ae532 backport][stable-6] Add attributes to more modules (3/4) (#6025) 2023-02-20 17:58:28 +01:00
sap_task_list_execute.py [stable-6] Add attributes to SAP modules (#6068) 2023-02-24 11:26:20 +01:00
sapcar_extract.py [stable-6] Add attributes to SAP modules (#6068) 2023-02-24 11:26:20 +01:00
say.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
scaleway_compute.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_compute_private_network.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_container.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_container_info.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_container_namespace.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_container_namespace_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_container_registry.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_container_registry_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_database_backup.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_function.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_function_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_function_namespace.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_function_namespace_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
scaleway_image_info.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_ip.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_ip_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_lb.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_organization_info.py [PR #5766/317f79ff backport][stable-6] multiple scaleway modules: fixed markups in doc (#5827) 2023-01-12 21:56:31 +01:00
scaleway_private_network.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_security_group.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_security_group_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_security_group_rule.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_server_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_snapshot_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
scaleway_sshkey.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_user_data.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_volume.py [PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052) 2023-02-24 11:03:30 +01:00
scaleway_volume_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
sefcontext.py [PR #5830/c8a2ac3a backport][stable-6] sefcontext: add support for path substitutions (#6098) 2023-02-26 14:23:53 +01:00
selinux_permissive.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
selogin.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
sendgrid.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
sensu_check.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
sensu_client.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
sensu_handler.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
sensu_silence.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
sensu_subscription.py [PR #5957/1f1ae558 backport][stable-6] Add attributes to consul, datadog, jenkins, pagerduty, rundeck, and sensu modules (#6057) 2023-02-24 11:04:27 +01:00
seport.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
serverless.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
shutdown.py [PR #5951/cb7a970f backport][stable-6] Add attributes for modules with action plugin (#6033) 2023-02-22 13:58:29 +00:00
sl_vm.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
slack.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
slackpkg.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
smartos_image_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
snap.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
snap_alias.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
snmp_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
solaris_zone.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
sorcery.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
spectrum_device.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
spectrum_model_attrs.py [PR #5963/673c79f6 backport][stable-6] Add attributes to apache2, cobbler, dimensiondata, icinga2, lxca, pritunl, and spectrum modules (#6059) 2023-02-24 11:05:04 +01:00
spotinst_aws_elastigroup.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
ss_3par_cpg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
ssh_config.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
stackdriver.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
stacki_host.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
statsd.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
statusio_maintenance.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
sudoers.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
supervisorctl.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
svc.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
svr4pkg.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
swdepot.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
swupd.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
syslogger.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
syspatch.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
sysrc.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
sysupgrade.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
taiga_issue.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
telegram.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
terraform.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
timezone.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
twilio.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
typetalk.py [PR #5962/51394b55 backport][stable-6] Add attributes to some messaging modules (#6060) 2023-02-24 11:04:52 +01:00
udm_dns_record.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
udm_dns_zone.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
udm_group.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
udm_share.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
udm_user.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
ufw.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
uptimerobot.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
urpmi.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
utm_aaa_group.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_aaa_group_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_ca_host_key_cert.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_ca_host_key_cert_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_dns_host.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_network_interface_address.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_network_interface_address_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_proxy_auth_profile.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_proxy_exception.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_proxy_frontend.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_proxy_frontend_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
utm_proxy_location.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
utm_proxy_location_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
vdo.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vertica_configuration.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
vertica_info.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
vertica_role.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
vertica_schema.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
vertica_user.py [PR #5953/cc3a79bc backport][stable-6] Add attributes to some database modules (#6054) 2023-02-24 11:03:56 +01:00
vexata_eg.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vexata_volume.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
vmadm.py [PR #5968/4b262e39 backport][stable-6] Add attributes to more modules (4/4) (#6024) 2023-02-20 17:46:51 +01:00
wakeonlan.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
wdc_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
wdc_redfish_info.py Document attributes (_info and _facts modules for now) (#5481) 2022-11-06 21:16:43 +01:00
webfaction_app.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
webfaction_db.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
webfaction_domain.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
webfaction_mailbox.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
webfaction_site.py [PR #5955/e944a67c backport][stable-6] Add attributes to manageiq, udm, utm, and webfaction modules (#6055) 2023-02-24 11:04:11 +01:00
xattr.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
xbps.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
xcc_redfish_command.py [PR #5961/755a4969 backport][stable-6] Add attributes to remove management modules (#6020) 2023-02-20 17:42:18 +01:00
xenserver_facts.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
xenserver_guest.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
xenserver_guest_info.py [PR #5940/2b8ac3c6 backport][stable-6] Remove unneccessary imports (#5976) 2023-02-12 20:22:44 +01:00
xenserver_guest_powerstate.py [PR #5958/ed79a685 backport][stable-6] Add attributes to atomic, memset, one, oneview, packet, proxmox, and xenserver modules (#6019) 2023-02-20 17:42:08 +01:00
xfconf.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
xfconf_info.py [stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026) 2023-02-20 18:08:15 +01:00
xfs_quota.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
xml.py [PR #5964/9de14548 backport][stable-6] Add attributes to various basic modules (#6021) 2023-02-20 17:47:39 +01:00
yarn.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
yum_versionlock.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00
zfs.py [PR #5960/3b97fad5 backport][stable-6] Add attributes to some filesystem modules (#6061) 2023-02-24 11:04:44 +01:00
zfs_delegate_admin.py [PR #5943/53f72973 backport][stable-6] zfs_delegate_admin: fix: zfs allow cannot parse unknown uid/gid (#6086) 2023-02-25 11:48:25 +01:00
zfs_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
znode.py [PR #5965/0ef80569 backport][stable-6] Add attributes to more modules (1/4) (#6022) 2023-02-20 17:47:01 +01:00
zpool_facts.py Short descriptions (batch3) - massive fix on Capitalization and trailing period (#5521) (#5529) 2022-11-09 21:18:39 +01:00
zypper.py [PR #5998/2c762c47 backport][stable-6] Added support for openSUSE MicroOS (#6078) 2023-02-25 11:23:44 +01:00
zypper_repository.py [PR #5954/3ec2fde2 backport][stable-6] Add attributes to package manager modules (#6062) 2023-02-24 11:04:03 +01:00