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
James Livulpi ab7e4ee578
New Module: Homectl module for managing systemd-homed (#4018)
* initial development of homectl module

* botmeta

* fix some linting

* Update .github/BOTMETA.yml

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* use array form of run_command

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

* Update plugins/modules/system/homectl.py

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

* added mofifying user record and cleaned up based on comments

* added updating records/multiple changes regarding options, examples doc, return doc

* add integration tests and more overall improvements

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* Update plugins/modules/system/homectl.py

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

* removed modify handle within present

* adding more options and better checking of user records when updating

* Apply suggestions from code review

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

* Update plugins/modules/system/homectl.py

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

* Add code review changes

- remove unsafe_shell with run_command.
- use dict.pop() in user_metadata dict.
- consistent quoting to single quotes.
- change logic to determine check mode better
- fix integration tests and added check_mode tests

* Fix handling of mount opts

When a user is created without mountopts homed will use nodev and nosuid
by default, however the user record metadata will not contain these
values. This commit takes extra care that correct value is being set to
true or false. So if a user gives mountopts with just nodev we need to
make sure the nosuid and noexec gets set to false, etc. If mountopts are
same as currently in user record make sure nothing would be changed and
outputs correctly.

Also fixed some tests.

* change fmethod modify_user to prepare_modify_user_command

* Code review fixes and add existing user pw checking

- Added methods to check existing users password is correct by comparing
  the hash stored in homed user record and the hash of given password
- Updated integration tests for above case
- Added aliases file so CI can run

* Apply suggestions from code review

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

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-28 07:11:12 +01:00
..
cloud Adding while loop to wait for cluster container creation (#4039) 2022-01-28 07:08:52 +01:00
clustering Fix docs issues. (#3682) 2021-11-09 19:59:34 +01:00
database Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
files Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
identity New Module: Keycloak Realm Info (#3998) 2022-01-11 06:42:47 +01:00
monitoring Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
net_tools Add nmcli support for IPv6 routes (#4062) 2022-01-23 13:02:03 +01:00
notification Mattermost: Add sending of attachments (#3946) 2022-01-03 19:24:12 +01:00
packaging Fix version_added. 2022-01-24 06:41:41 +01:00
remote_management Fix missing '>'. (#4080) 2022-01-25 07:50:11 +01:00
source_control Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
storage zpool_facts - pythonification (#3332) 2021-09-06 19:23:33 +02:00
system New Module: Homectl module for managing systemd-homed (#4018) 2022-01-28 07:11:12 +01:00
web_infrastructure Prepare for distutils.version being removed in Python 3.12 (#3936) 2021-12-24 17:34:48 +00:00
aerospike_migrations.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
airbrake_deployment.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
aix_devices.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
aix_filesystem.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
aix_inittab.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
aix_lvg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
aix_lvol.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ali_instance.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ali_instance_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
alternatives.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ansible_galaxy_install.py ansible_galaxy_install - new module (#2933) 2021-07-29 22:30:20 +02:00
apache2_mod_proxy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
apache2_module.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
apk.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
apt_repo.py Migrate apt_repo to community.general (#102) 2020-04-02 17:50:13 +02:00
apt_rpm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
archive.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
atomic_container.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
atomic_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
atomic_image.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
awall.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
beadm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bearychat.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bigpanda.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bitbucket_access_key.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bitbucket_pipeline_key_pair.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bitbucket_pipeline_known_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bitbucket_pipeline_variable.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bower.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bundler.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
bzr.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
campfire.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
capabilities.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cargo.py New module for cargo command (#3712) 2022-01-08 15:40:13 +01:00
catapult.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
circonus_annotation.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cisco_spark.py cisco_spark -> cisco_webex rename and message option fix (#457) 2020-06-09 09:38:06 +03:00
cisco_webex.py cisco_spark -> cisco_webex rename and message option fix (#457) 2020-06-09 09:38:06 +03:00
clc_aa_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_alert_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_blueprint_package.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_firewall_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_loadbalancer.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_modify_server.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_publicip.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_server.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
clc_server_snapshot.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cloud_init_data_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cloudflare_dns.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cobbler_sync.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cobbler_system.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
composer.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
consul.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
consul_acl.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
consul_kv.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
consul_session.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
copr.py New module: Add copr module (#1592) 2021-01-27 19:30:03 +01:00
cpanm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
cronvar.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
crypttab.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
datadog_downtime.py Add downtime module (#1437) 2020-12-15 19:50:42 +01:00
datadog_event.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
datadog_monitor.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dconf.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
deploy_helper.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dimensiondata_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dimensiondata_vlan.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
discord.py discord.py: Add new module for discord notifications (#2398) 2021-05-11 19:31:46 +02:00
django_manage.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dnf_versionlock.py dnf_versionlock: new module (#3552) 2021-10-27 22:36:48 +02:00
dnsimple.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dnsimple_info.py add dnsimple_info module, see issue #3569 (#3739) 2021-12-11 21:14:32 +01:00
dnsmadeeasy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
dpkg_divert.py New module: dpkg_divert (#417) 2020-06-10 21:01:16 +03:00
easy_install.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ejabberd_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
elasticsearch_plugin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
emc_vnx_sg_member.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
etcd3.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
facter.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
filesize.py new module: filesize - create or resize a file, given its size (#2232) 2021-04-19 07:04:29 +02:00
filesystem.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
flatpak.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
flatpak_remote.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
flowdock.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gandi_livedns.py Add gandi_livedns module (#328) 2021-03-21 11:25:24 +01:00
gconftool2.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gem.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
git_config.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_deploy_key.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_issue.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_key.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_release.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_repo.py Added new module github_repo (#1683) 2021-03-06 13:30:43 +01:00
github_webhook.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
github_webhook_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_branch.py add module gitlab_branch (#3795) 2021-12-09 21:02:58 +01:00
gitlab_deploy_key.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_group_members.py add a custom module for managing group membership in gitlab (#844) 2020-09-16 07:24:37 +02:00
gitlab_group_variable.py Create gitlab_group_variable.py (#786) 2020-09-21 10:15:56 +03:00
gitlab_hook.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_project.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_project_members.py added gitlab_project_members (#1829) 2021-02-21 17:56:53 +01:00
gitlab_project_variable.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_protected_branch.py Added module for creating protected branches (#2781) 2021-07-17 08:49:09 +02:00
gitlab_runner.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gitlab_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
grove.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
gunicorn.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hana_query.py Add module hana_query to make SAP HANA administration easier. (#2623) 2021-05-27 18:46:12 +02:00
haproxy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
heroku_collaborator.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hipchat.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
homebrew.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
homebrew_cask.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
homebrew_tap.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
homectl.py New Module: Homectl module for managing systemd-homed (#4018) 2022-01-28 07:11:12 +01:00
honeybadger_deployment.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hpilo_boot.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hpilo_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hponcfg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
htpasswd.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_ecs_instance.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_evs_disk.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_network_vpc.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_smn_topic.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_eip.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_peering_connect.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_port.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_private_ip.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_route.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_security_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_security_group_rule.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
hwc_vpc_subnet.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_domain.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_host_ports.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_pool.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_vol.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ibm_sa_vol_map.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
icinga2_feature.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
icinga2_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
idrac_redfish_command.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
idrac_redfish_config.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
idrac_redfish_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ilo_redfish_config.py Modules for managing HPE iLO (#3740) 2021-12-11 21:27:09 +01:00
ilo_redfish_info.py Modules for managing HPE iLO (#3740) 2021-12-11 21:27:09 +01:00
imc_rest.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
imgadm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
infinity.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
influxdb_database.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
influxdb_query.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
influxdb_retention_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
influxdb_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
influxdb_write.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ini_file.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
installp.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
interfaces_file.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ip_netns.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_config.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_dnsrecord.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_dnszone.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_hbacrule.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_hostgroup.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_otpconfig.py Added modules ipa_otpconfig and ipa_otptoken (#2122) 2021-04-11 15:25:03 +02:00
ipa_otptoken.py Added modules ipa_otpconfig and ipa_otptoken (#2122) 2021-04-11 15:25:03 +02:00
ipa_pwpolicy.py Add ipa_pwpolicy module (#1147) 2021-01-06 19:17:07 +03:00
ipa_role.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_service.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_subca.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_sudocmd.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_sudocmdgroup.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_sudorule.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipa_vault.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipify_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipinfoio_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipmi_boot.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ipmi_power.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
iptables_state.py New module: iptables_state (#271) 2020-08-15 10:36:07 +02:00
ipwcli_dns.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
irc.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
iso_create.py files: add a new module iso_create (#397) 2020-06-03 10:00:07 +03:00
iso_extract.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jabber.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
java_cert.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
java_keystore.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jboss.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jenkins_build.py Jenkins build module (#745) 2021-03-04 07:46:37 +01:00
jenkins_job.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jenkins_job_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jenkins_plugin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jenkins_script.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
jira.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
kernel_blacklist.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
keycloak_authentication.py Keycloak: add authentication management (#2456) 2021-06-24 13:35:00 +02:00
keycloak_client.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
keycloak_client_rolemapping.py Keycloak: add client_rolemapping management (#2941) 2021-07-30 20:03:57 +02:00
keycloak_clientscope.py Keycloak: add clientscope management (#2905) 2021-07-19 23:39:02 +02:00
keycloak_clienttemplate.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
keycloak_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
keycloak_identity_provider.py Keycloak: add identity providers management (#3210) 2021-08-31 07:07:53 +02:00
keycloak_realm.py Keycloak: add realm management (#2155) 2021-04-21 12:42:28 +02:00
keycloak_realm_info.py New Module: Keycloak Realm Info (#3998) 2022-01-11 06:42:47 +01:00
keycloak_role.py Add Keycloak roles module (#2930) 2021-07-19 23:17:39 +02:00
keycloak_user_federation.py Add keycloak_user_federation module (#3340) 2021-09-20 19:19:42 +02:00
kibana_plugin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
launchd.py launchd: new module to control services on macOS hosts (#305) 2020-07-22 16:54:58 +03:00
layman.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lbu.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ldap_attrs.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ldap_entry.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ldap_passwd.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ldap_search.py Added ldap_search module for searching in LDAP servers (#126) 2020-04-17 10:53:37 +02:00
librato_annotation.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
linode.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
linode_v4.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
listen_ports_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lldp.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
locale_gen.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
logentries.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
logentries_msg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
logstash_plugin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lvg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lvol.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lxc_container.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lxca_cmms.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lxca_nodes.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lxd_container.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
lxd_profile.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
macports.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mail.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
make.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_alert_profiles.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_alerts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_policies.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_provider.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_tags.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_tenant.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
manageiq_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mas.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
matrix.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mattermost.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
maven_artifact.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_dns_reload.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_memstore_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_server_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_zone.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_zone_domain.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
memset_zone_record.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mksysb.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
modprobe.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
monit.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mqtt.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mssql_db.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
mssql_script.py added module mssql_script (#3557) 2021-10-27 22:38:35 +02:00
nagios.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
netcup_dns.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
newrelic_deployment.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nexmo.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nginx_status_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nictagadm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nmcli.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nomad_job.py new module nomad_job & nomad_job_info (#867) 2020-10-19 13:40:07 +02:00
nomad_job_info.py new module nomad_job & nomad_job_info (#867) 2020-10-19 13:40:07 +02:00
nosh.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
npm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
nsupdate.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oci_vcn.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
odbc.py Adding ODBC module (#606) 2020-07-17 07:39:37 +03:00
office_365_connector_card.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ohai.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
omapi_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
one_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
one_image.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
one_image_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
one_service.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
one_template.py opennebula: add one_template module (#2046) 2021-03-26 07:24:24 +01:00
one_vm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_firewall_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_load_balancer.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_monitoring_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_private_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_public_ip.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneandone_server.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
onepassword_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_datacenter_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_enclosure_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_ethernet_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_ethernet_network_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_fc_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_fc_network_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_fcoe_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_fcoe_network_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_logical_interconnect_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_logical_interconnect_group_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_network_set.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_network_set_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_san_manager.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
oneview_san_manager_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
online_server_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
online_user_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
open_iscsi.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
openbsd_pkg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
opendj_backendprop.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
openwrt_init.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
opkg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
osx_defaults.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ovh_ip_failover.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ovh_ip_loadbalancing_backend.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ovh_monthly_billing.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pacemaker_cluster.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_device.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_ip_subnet.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_project.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_sshkey.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_volume.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
packet_volume_attachment.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pacman.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pacman_key.py add module pacman_key (#778) 2021-06-04 07:08:54 +02:00
pagerduty.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pagerduty_alert.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pagerduty_change.py Adds a module for sending PagerDuty change events. (#1269) 2020-11-13 11:44:57 +03:00
pagerduty_user.py a new module pagerduty_user (#1025) 2020-11-26 13:22:35 +01:00
pam_limits.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pamd.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
parted.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pear.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pids.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pingdom.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pip_package_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pipx.py pipx - new module (#3507) 2021-10-06 07:01:54 +02:00
pkg5.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pkg5_publisher.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pkgin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pkgng.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pkgutil.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
portage.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
portinstall.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pritunl_org.py New module: Add Pritunl VPN organization module (net_tools/pritunl/) (#804) 2021-04-08 22:37:06 +02:00
pritunl_org_info.py New module: Add Pritunl VPN organization module (net_tools/pritunl/) (#804) 2021-04-08 22:37:06 +02:00
pritunl_user.py New module: Add Pritunl VPN user module (net_tools/pritunl/) (#803) 2021-03-21 11:30:16 +01:00
pritunl_user_info.py New module: Add Pritunl VPN user module (net_tools/pritunl/) (#803) 2021-03-21 11:30:16 +01:00
profitbricks.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
profitbricks_datacenter.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
profitbricks_nic.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
profitbricks_volume.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
profitbricks_volume_attachments.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
proxmox.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
proxmox_domain_info.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
proxmox_group_info.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
proxmox_kvm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
proxmox_nic.py Add proxmox_nic module (#2449) 2021-05-13 21:48:49 +02:00
proxmox_snap.py New module: proxmox_snap (#1135) 2020-12-21 14:37:30 +01:00
proxmox_storage_info.py New module proxmox_storage_info (#1844) 2021-02-22 17:59:27 +01:00
proxmox_tasks_info.py Proxmox tasks module (#3226) 2021-10-03 22:21:33 +02:00
proxmox_template.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
proxmox_user_info.py proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
pubnub_blocks.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pulp_repo.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
puppet.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pushbullet.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
pushover.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
python_requirements_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_cbs.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_cbs_attachments.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_cdb.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_cdb_database.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_cdb_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_clb.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_clb_nodes.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_clb_ssl.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_dns.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_dns_record.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_files.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_files_objects.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_identity.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_keypair.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_meta.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_mon_alarm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_mon_check.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_mon_entity.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_mon_notification.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_mon_notification_plan.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_network.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_queue.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_scaling_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rax_scaling_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
read_csv.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redfish_command.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redfish_config.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redfish_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redhat_subscription.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redis.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
redis_data.py Added redis_data module (#3230) 2021-09-20 19:47:23 +02:00
redis_data_incr.py Added redis_incr module (#3229) 2021-10-22 07:54:02 +02:00
redis_data_info.py Adds redis_data_info module (#3227) 2021-09-08 07:14:37 +02:00
redis_info.py Add info command to redis module (#286) 2020-05-12 20:18:24 +03:00
rhevm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rhn_channel.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rhn_register.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rhsm_release.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rhsm_repository.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
riak.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rocketchat.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rollbar_deployment.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rpm_ostree_pkg.py rpm_ostree_pkg: new module (#357) 2021-01-11 09:47:22 +03:00
rundeck_acl_policy.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
rundeck_job_executions_info.py Add new modules rundeck_job_run and rundeck_job_executions_info (#3521) 2021-10-11 06:55:47 +02:00
rundeck_job_run.py Add new modules rundeck_job_run and rundeck_job_executions_info (#3521) 2021-10-11 06:55:47 +02:00
rundeck_project.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
runit.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sap_task_list_execute.py SAP task list execution (#3169) 2021-08-09 22:52:44 +02:00
sapcar_extract.py Add module sapcar_extract to make SAP administration easier. (#2596) 2021-06-04 07:36:35 +02:00
say.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_compute.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_database_backup.py Scaleway Database Backup : Create new module (#741) 2020-09-03 15:02:30 +03:00
scaleway_image_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_ip.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_ip_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_lb.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_organization_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_security_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_security_group_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_security_group_rule.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_server_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_snapshot_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_sshkey.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_user_data.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_volume.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
scaleway_volume_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sefcontext.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
selinux_permissive.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
selogin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sendgrid.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sensu_check.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sensu_client.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sensu_handler.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sensu_silence.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sensu_subscription.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
seport.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
serverless.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
shutdown.py New module: shutdown (#700) 2020-08-11 17:54:41 +02:00
sl_vm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
slack.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
slackpkg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
smartos_image_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
snap.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
snap_alias.py snap_alias - new module (#3642) 2021-10-31 18:38:21 +01:00
snmp_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
solaris_zone.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sorcery.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
spectrum_device.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
spectrum_model_attrs.py spectrum_model_attrs: Initial commit (#1802) 2021-04-12 22:26:43 +02:00
spotinst_aws_elastigroup.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ss_3par_cpg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ssh_config.py ssh_config: new module (#1640) 2021-01-28 07:26:48 +01:00
stackdriver.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
stacki_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
statsd.py StatsD Module (#1793) 2021-02-16 11:46:39 +01:00
statusio_maintenance.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sudoers.py Sudoers (take 2) (#3746) 2022-01-05 08:30:44 +13:00
supervisorctl.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
svc.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
svr4pkg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
swdepot.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
swupd.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
syslogger.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
syspatch.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
sysrc.py New sysrc module for managing rc files on FreeBSD (#1460) 2021-01-16 14:14:23 +01:00
sysupgrade.py sysupgrade: new module (#341) 2020-08-18 09:10:41 +02:00
taiga_issue.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
telegram.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
terraform.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
timezone.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
twilio.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
typetalk.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
udm_dns_record.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
udm_dns_zone.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
udm_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
udm_share.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
udm_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
ufw.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
uptimerobot.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
urpmi.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_aaa_group.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_aaa_group_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_ca_host_key_cert.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_ca_host_key_cert_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_dns_host.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_network_interface_address.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_network_interface_address_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_auth_profile.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_exception.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_frontend.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_frontend_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_location.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
utm_proxy_location_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vdo.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vertica_configuration.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vertica_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vertica_role.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vertica_schema.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vertica_user.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vexata_eg.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vexata_volume.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
vmadm.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
wakeonlan.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
webfaction_app.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
webfaction_db.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
webfaction_domain.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
webfaction_mailbox.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
webfaction_site.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xattr.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xbps.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xcc_redfish_command.py add new module xcc_redfish_command to manage Lenovo servers using Redfish APIs (#2007) 2021-03-24 15:07:17 +01:00
xenserver_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xenserver_guest.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xenserver_guest_info.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xenserver_guest_powerstate.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xfconf.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xfconf_info.py xfconf_info - new module (#3045) 2021-07-24 22:30:46 +02:00
xfs_quota.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
xml.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
yarn.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
yum_versionlock.py yum_versionlock: new module (#1405) 2020-12-03 20:00:49 +01:00
zfs.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
zfs_delegate_admin.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
zfs_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
znode.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
zpool_facts.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
zypper.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00
zypper_repository.py make collection usable with current ansible vers (#9) 2020-03-11 14:10:38 +00:00