ansible/test/integration/targets
Matthew Davis 4ee9f40e62 Add aws_acm module (#60552)
* convert aws_acm_facts to AnsibleAWSModule

* factor aws_acm_facts into module_utils

* add more filtering options for aws_acm_info

* add aws_acm module and tests

* uncomment aws_acm test

* fix linting for aws_acm

* fix __future__ linting for aws_acm

* fix linting for aws_acm

* fix linting for aws_acm

* fix linting for aws_acm

* fix linting for aws_acm

* fix aws_acm_info arg type

* remove test for old module name aws_acm_facts

* simplify AWS ACM client creation

* fix indent typo in aws_acm test

* catch BotoCoreError in aws_acm

* fix indent typo in aws_acm test

* tighten AWS ACM test policy resource

* move aws acm int test to venv

* remove errant file

* fix AWS ACM int test perms

* undo copyright addition to wrong file

* fix invalid log message in aws_acm

Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com>

* rephrase aws_acm_info doc from facts to information

Co-Authored-By: Jill R <4121322+jillr@users.noreply.github.com>

* rename aws_facts var to aws_info

* remove case insensitivity for aws_acm pem compare

* add no_log for aws_acm credential setting

* add per-test prefix to aws_acm test resource names

* make aws_acm use crypto module_util

* clarify copyright for aws_acm

* make aws_acm int test clearer

* add explicit crypto dependency to aws_acm

* change requests for aws_acm pr

* fix wrong copyright owner aws_acm test

* fix wrong copyright owner aws_acm test

* rewrite aws_acm cert chain compare with regex, no dependency

* fix linting for aws_acm unit test

* fix linting for aws_acm unit test

* fix linting and duplicate ignore

* fix failed cert chain split in aws_acm, add more tests

* remove errant file

* more linting fixes for aws_acm

* fix sanity ignore

* rewrite cert compare in aws_acm to use base64 decode

* improve regex for pem cert chain split in aws_acm

* undo changes to crypto module util for aws_acm

* increment ansible version for new aws_acm module

* convert aws_acm return(x) to return x

* increment version added for aws_acm_info new features

* fix linting

* fix bugs with AWS ACM

* fix bad rebase

* disable AWS ACM integration test, due to AWS account limit issue

* remove aws acm integration test from shippable group
2019-11-05 11:57:08 -07:00
..
aci_aaa_user
aci_aaa_user_certificate
aci_access_port_block_to_access_port
aci_access_port_to_interface_policy_leaf_profile
aci_access_sub_port_block_to_access_port
aci_aep
aci_aep_to_domain
aci_ap
aci_bd
aci_bd_subnet
aci_config_rollback
aci_config_snapshot
aci_contract
aci_contract_subject
aci_contract_subject_to_filter
aci_domain
aci_domain_to_vlan_pool
aci_encap_pool
aci_encap_pool_range
aci_epg
aci_epg_to_contract
aci_epg_to_domain
aci_fabric_node
aci_filter
aci_filter_entry
aci_firmware_source
aci_interface_policy_cdp
aci_interface_policy_leaf_policy_group
aci_interface_policy_leaf_profile
aci_interface_policy_ospf
aci_interface_selector_to_switch_policy_leaf_profile
aci_rest
aci_static_binding_to_epg
aci_switch_leaf_policy_profile
aci_switch_leaf_selector
aci_switch_policy_vpc_protection_group
aci_taboo_contract
aci_tenant
aci_vlan_pool
aci_vlan_pool_encap_block
aci_vmm_credential Add aci_vmm_credential.py (#60910) 2019-08-27 14:08:24 +02:00
aci_vrf
acl acl: fix module failure if there're spaces in a path (#63280) 2019-10-11 10:40:19 -07:00
acme_account
acme_account_info
acme_certificate acme_certificate: add select_chain option (#60710) 2019-10-29 08:09:15 +01:00
acme_certificate_revoke
acme_challenge_cert_helper
acme_inspect ACME modules: bump test container version (#61192) 2019-08-23 15:30:28 -07:00
add_host
aix_devices
aix_filesystem
alternatives
ansiballz_python Support relative imports in AnsiballZ. (#61196) 2019-08-27 18:11:21 -07:00
ansible fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
ansible-doc WIP - Fix ansible-doc bugs and add integration tests. (#62461) 2019-09-17 15:45:30 -07:00
ansible-galaxy Fixes --version in ansible-galaxy cli 2019-10-17 08:12:49 -07:00
ansible-runner Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
any_errors_fatal Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
apache2_module
apt Integration tests: prevent loop squashing (#63847) 2019-10-23 21:02:25 +02:00
apt_key
apt_repository
archive
args
asa_acl
asa_command
asa_config
asa_og
assemble
assert
async
async_extra_data default collection support (#61415) 2019-08-28 16:31:40 -07:00
async_fail
at
authorized_key
aws_acm Add aws_acm module (#60552) 2019-11-05 11:57:08 -07:00
aws_api_gateway
aws_caller_info
aws_codebuild codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 2019-09-04 12:48:37 -04:00
aws_codecommit aws_codecommit: Fix integration tests and Add support for updating the description (#61263) 2019-08-30 11:25:37 -07:00
aws_codepipeline codebuild/codepipeline - fix regex for shippable resource_prefix (#61783) 2019-09-04 12:48:37 -04:00
aws_config
aws_eks Adding waiter to cluster remove process (#57324) 2019-08-13 23:11:21 +10:00
aws_elasticbeanstalk_app
aws_glue_connection
aws_inspector
aws_kms Fix issues with aws_kms when working cross-account and with IDs (#60805) 2019-08-23 16:56:45 -07:00
aws_lambda Added missing param to lambda module to pass it through to boto3 (#58822) 2019-10-22 17:17:01 +02:00
aws_s3
aws_secret Fixup aws_secret integration tests (#61241) 2019-09-09 15:23:19 -07:00
aws_ses_identity
aws_ses_identity_policy
aws_ses_rule_set
aws_ssm_parameters
aws_step_functions_state_machine New module for AWS Step Functions state machines (#59116) 2019-09-09 10:08:21 -07:00
aws_waf_web_acl
azure_rm_acs
azure_rm_aks Rename Azure modules: facts -> info (#60987) 2019-08-28 04:44:57 +08:00
azure_rm_appgateway
azure_rm_appserviceplan Rename Azure modules: facts -> info (#60987) 2019-08-28 04:44:57 +08:00
azure_rm_automationaccount Support automation account managment (#56429) 2019-08-27 07:38:47 +08:00
azure_rm_autoscale
azure_rm_availabilityset Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_azurefirewall test: temp disable azure_rm_azurefirewall 2019-09-16 21:24:30 -04:00
azure_rm_batchaccount
azure_rm_cdnprofile Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_containerinstance Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_containerregistry Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_cosmosdbaccount Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_deployment Rename Azure modules: "facts"->"info" (#61417) 2019-08-28 19:01:10 +08:00
azure_rm_devtestlab fix ci (#57216) 2019-09-10 13:23:04 +08:00
azure_rm_dnszone Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_functionapp Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_gallery snapshot fix for backporting (#62559) 2019-09-19 11:42:08 +08:00
azure_rm_hdinsightcluster Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_image Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_iothub azure_rm_iothub: disable the functional test (#61854) 2019-09-05 11:03:12 -04:00
azure_rm_keyvault
azure_rm_loadbalancer
azure_rm_lock Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_manageddisk azure: re-balance tests to avoid timeout 2019-09-13 18:19:01 -04:00
azure_rm_mariadbserver
azure_rm_monitorlogprofile add azure monitor log profile module (#54702) 2019-08-27 05:00:28 +08:00
azure_rm_mysqlserver
azure_rm_networkinterface Rename Azure modules: facts -> info (#61505) 2019-08-29 17:00:45 +08:00
azure_rm_postgresqlserver
azure_rm_publicipaddress
azure_rm_rediscache
azure_rm_resource
azure_rm_resourcegroup
azure_rm_roledefinition
azure_rm_routetable
azure_rm_securitygroup Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
azure_rm_servicebus
azure_rm_sqlserver
azure_rm_storageaccount
azure_rm_storageblob
azure_rm_subnet
azure_rm_trafficmanagerprofile
azure_rm_virtualmachine Azure fix _info/_facts return values for some modules (#61584) 2019-08-30 16:00:47 +10:00
azure_rm_virtualmachineextension
azure_rm_virtualmachineimage_facts
azure_rm_virtualmachinescaleset
azure_rm_virtualnetwork
azure_rm_virtualnetworkgateway
azure_rm_virtualnetworkpeering
azure_rm_webapp
azure_rm_workspace
become
binary
binary_modules Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
binary_modules_posix
binary_modules_winrm
blockinfile
blocks Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
callback_default clean "changed" only after it has been processed (#59958) 2019-10-10 18:24:31 -04:00
callback_log_plays
callback_retry_task_name
ce_lacp add a new module ce lacp to manage Eth-Trunk interfaces mode (#58077) 2019-10-14 15:14:43 +01:00
ce_lldp Add a new module ce_lldp to manage Link Layer Discovery Protocol(LLDP) (#63395) 2019-10-18 13:15:42 +01:00
ce_lldp_interface add a new module ce_lldp_interface. (#58252) 2019-10-25 10:45:53 +01:00
ce_static_route_bfd a new module to manage static route and bfd. (#58004) 2019-10-25 06:40:30 -04:00
certificate_complete_chain
changed_when
check_mode
cli Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 2019-10-11 09:17:10 -05:00
cloud_init_data_facts
cloudformation_stack_set Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
cloudfront_distribution
cloudscale_common
cloudscale_floating_ip
cloudscale_server cloudscale_server: add tags support (#60396) 2019-08-14 22:55:31 +02:00
cloudscale_server_group cloudscale_server_group: add tags support (#60397) 2019-08-14 22:54:25 +02:00
cloudscale_volume cloudscale_volume: refactor to implement tags support (#61531) 2019-08-29 16:08:54 +02:00
cloudtrail cloudtrail: Initial integration tests (#61919) 2019-09-20 18:46:37 -07:00
cnos_backup Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_banner
cnos_bgp Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_conditional_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_conditional_template Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_config Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_facts Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_image Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_interface
cnos_l2_interface
cnos_l3_interface
cnos_linkagg
cnos_lldp
cnos_logging
cnos_rollback Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_save Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_showrun Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_static_route
cnos_system
cnos_template Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_user
cnos_vlag Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
cnos_vlan
cnos_vrf
collections Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
collections_plugin_namespace Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
collections_relative_imports Support relative imports in AnsiballZ. (#61196) 2019-08-27 18:11:21 -07:00
command_shell
conditionals
config
connection Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
connection_buildah
connection_chroot
connection_docker
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd
connection_paramiko_ssh
connection_podman Add extra args and executable name to podman connection plugin (#63166) 2019-10-17 13:48:29 +05:30
connection_posix Simplify ansible-test target processing. (#61506) 2019-08-28 22:18:20 -07:00
connection_psrp Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
connection_ssh
connection_windows_ssh Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
connection_winrm Update ansible-test --windows inventory creation. (#60911) 2019-08-20 07:17:32 -07:00
consul Clean up ansible-test references in tests. (#60108) 2019-08-05 14:55:30 -07:00
copy copy - check for changes beyond first level of subdirectories (#58323) 2019-10-30 12:17:11 -04:00
cron cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
cronvar cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
cs_account
cs_affinitygroup
cs_cluster
cs_common
cs_configuration
cs_disk_offering
cs_domain
cs_firewall
cs_host
cs_image_store
cs_instance CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_instance_info CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_instance_nic
cs_instance_nic_secondaryip
cs_instance_password_reset
cs_instancegroup
cs_ip_address
cs_iso
cs_loadbalancer_rule
cs_network
cs_network_acl
cs_network_acl_rule
cs_network_offering
cs_physical_network
cs_pod
cs_portforward
cs_project
cs_region
cs_resourcelimit
cs_role
cs_role_permission
cs_router
cs_securitygroup
cs_securitygroup_rule
cs_service_offering
cs_snapshot_policy
cs_sshkeypair
cs_storage_pool
cs_template
cs_traffic_type
cs_user
cs_vlan_ip_range
cs_vmsnapshot
cs_volume CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
cs_vpc
cs_vpc_offering
cs_vpn_connection
cs_vpn_customer_gateway
cs_vpn_gateway
cs_zone
cs_zone_info CloudStack modules: rename _facts -> _info (#61090) 2019-08-29 16:14:51 +02:00
debconf
debug
delegate_to
dellos6_command
dellos6_config
dellos6_facts
dellos9_command
dellos9_config
dellos9_facts
dellos10_command
dellos10_config
dellos10_facts
deploy_helper
digital_ocean_floating_ip
digital_ocean_ssh_key
digital_ocean_tag
dms_endpoint
dms_replication_subnet_group
dnf DNF Handle Empty AppStream stream definition (#63819) 2019-10-24 00:57:31 -04:00
docker-registry docker_image and docker_login: move tests needing a registry into own target, add tests for docker_login (#62721) 2019-09-30 06:09:00 +02:00
docker_config
docker_container docker_container: deprecate trust_image_content (#63420) 2019-10-18 13:03:42 +02:00
docker_container_info
docker_host_info
docker_image docker_image and docker_login: move tests needing a registry into own target, add tests for docker_login (#62721) 2019-09-30 06:09:00 +02:00
docker_image_info
docker_network
docker_network_info
docker_node
docker_node_info
docker_prune
docker_secret
docker_stack
docker_swarm test: disable the docker swarm tests (#61816) 2019-09-05 10:47:31 -04:00
docker_swarm_info Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
docker_swarm_service Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
docker_swarm_service_info Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
docker_volume
docker_volume_info
dpkg_selections
ec2_ami
ec2_asg aws_asg: Fix idempotency when using tags and metrics (#61284) 2019-09-06 12:48:40 -07:00
ec2_eip Migrate ec2_eip module to boto3 (#61575) 2019-09-03 22:46:29 -04:00
ec2_elb_lb
ec2_group Fix TypeError in ec2_group.py for Python3 when sorting dictionary list (#59844) 2019-08-28 16:28:42 -07:00
ec2_instance ec2_instance test cleanup (#63708) 2019-10-21 14:55:44 +02:00
ec2_key
ec2_launch_template remove undefined YAML anchor (#62273) 2019-09-13 08:50:42 -04:00
ec2_metadata_facts
ec2_tag
ec2_transit_gateway
ec2_vol
ec2_vol_info Run ec2_vol_facts integration tests in CI (#48755) 2019-08-30 08:47:32 -07:00
ec2_vpc_egress_igw
ec2_vpc_igw
ec2_vpc_nacl ec2_vpc_nacl and ec2_vpc_nacl_info migrate to AnsibleAWSModule and add tests (#63163) 2019-10-08 13:27:24 -07:00
ec2_vpc_nat_gateway
ec2_vpc_net AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 2019-09-10 19:25:36 -04:00
ec2_vpc_route_table ec2_vpc_route_table_info integration tests (#63413) 2019-10-22 14:46:40 -04:00
ec2_vpc_subnet AWS ec2_vpc_net: Enable ipv6 CIDR assignment (#60983) 2019-09-10 19:25:36 -04:00
ec2_vpc_vgw Fix ec2_vpc_vgw broken tests (#60981) 2019-09-09 15:57:09 -04:00
ec2_vpc_vpn_facts Re-enable ec2_vpc_vpn_facts test (#58893) 2019-07-18 09:17:15 -07:00
ecs_certificate Fixes to ecs_certificate cert chain for #61738 (#61858) 2019-09-07 07:58:25 +02:00
ecs_cluster Amazon modules: rename _facts with ansible_facts result to _info (#60178) 2019-08-13 08:01:37 -04:00
ecs_domain Add ecs_domain module (#62007) 2019-09-14 19:33:48 +02:00
ecs_ecr Improve ecs_ecr module to handle image_tag_mutability feature (#62871) 2019-10-11 09:13:13 -07:00
efs Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
elb_application_lb Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 2019-08-02 10:40:53 +10:00
elb_classic_lb
elb_network_lb
elb_target Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
elb_target_info Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
embedded_module
enos_command Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
enos_config Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
enos_facts Fix obvious typos (#62821) 2019-10-18 12:56:55 +01:00
environment
eos_banner
eos_bgp
eos_command
eos_config
eos_eapi
eos_facts Add new module eos_interfaces (#59729) 2019-08-13 10:09:52 -04:00
eos_interface Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_interfaces Add new module eos_interfaces (#59729) 2019-08-13 10:09:52 -04:00
eos_l2_interface
eos_l2_interfaces Add new module eos_l2_interfaces (#59794) 2019-08-19 11:24:36 -04:00
eos_l3_interface
eos_l3_interfaces Add new module eos_l3_interfaces (#59820) 2019-08-22 09:06:38 -04:00
eos_lacp New module eos_lacp (#60698) 2019-08-20 16:11:31 -04:00
eos_lacp_interfaces New module eos_lacp_interfaces (#61349) 2019-08-28 13:06:45 -04:00
eos_lag_interfaces Standardize eos resource modules (#61736) 2019-09-13 09:35:50 -04:00
eos_linkagg Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_lldp
eos_lldp_global New module eos_lldp_global (#60975) 2019-08-26 11:34:41 -04:00
eos_lldp_interfaces New module eos_lldp_interfaces (#61341) 2019-08-28 11:56:43 -04:00
eos_logging Added fix for bug 63290 (#63308) 2019-10-16 19:17:46 +05:30
eos_smoke Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_static_route Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_system
eos_user Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_vlan Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
eos_vlans Eos vlan override (#63639) 2019-10-18 10:36:30 -04:00
eos_vrf Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
error_from_connection
etcd3
exos_command Added integration tests for the following modules: (#55523) 2019-08-28 10:48:32 -04:00
exos_config Added integration tests for the following modules: (#55523) 2019-08-28 10:48:32 -04:00
exos_facts Added integration tests for the following modules: (#55523) 2019-08-28 10:48:32 -04:00
exos_l2_interfaces exos_l2_interfaces Resource module (#63113) 2019-10-18 13:10:19 -04:00
exos_lldp_global Resource Module for exos_lldp_global (#60988) 2019-08-28 13:58:45 -04:00
exos_lldp_interfaces exos_lldp_interfaces resource module (#62108) 2019-10-17 13:40:17 -04:00
exos_vlans Added Exos vlan resource module (#61865) 2019-10-10 06:50:04 -04:00
expect
facts_d
failed_when
fetch
file Update file.py's help doc, and narrow down diff logic, for recent pull 56353 (#59069) 2019-08-13 12:59:13 -04:00
filesystem Fix integration test temp dir usage. (#60555) 2019-08-14 00:12:05 -07:00
filters Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
find
firewalld adapt to firewalld 0.7.0 for RHEL 8.1 Beta, Fedora 31+ (#63357) 2019-10-10 18:33:18 -04:00
flatpak
flatpak_remote
fortios_address
fortios_ipv4_policy
gathering
gathering_facts
gcp_appengine_firewall_rule Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_bigquery_dataset Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_bigquery_table Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudbuild_trigger
gcp_cloudfunctions_cloud_function Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudscheduler_job Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_cloudtasks_queue Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_address Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_autoscaler Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_backend_bucket Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_backend_service Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_disk Bug fixes for GCP modules (#61829) 2019-10-01 18:27:42 -04:00
gcp_compute_firewall Bug fixes for GCP modules (#64193) 2019-11-01 13:46:13 -04:00
gcp_compute_forwarding_rule Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_global_address Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_global_forwarding_rule Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_http_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_https_health_check Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_image Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance_group Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance_group_manager Bug fixes for GCP modules (#61915) 2019-10-02 14:31:45 -04:00
gcp_compute_instance_template Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_interconnect_attachment
gcp_compute_network Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_network_endpoint_group New Module: gcp_compute_network_endpoint_group (#63121) 2019-10-04 13:09:34 -04:00
gcp_compute_node_group New Module: gcp_compute_node_group (#63080) 2019-10-04 13:10:53 -04:00
gcp_compute_node_template New Module: gcp_compute_node_template (#63064) 2019-10-02 14:30:10 -04:00
gcp_compute_region_backend_service New Module: gcp_compute_region_backend_service (#63154) 2019-10-07 13:22:26 -04:00
gcp_compute_region_disk Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_reservation New Module: gcp_compute_reservation (#64133) 2019-11-01 13:46:42 -04:00
gcp_compute_route Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_router Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_snapshot Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_ssl_certificate Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_ssl_policy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_subnetwork Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_http_proxy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_https_proxy Bug fixes for GCP modules (#61916) 2019-10-01 18:27:19 -04:00
gcp_compute_target_instance New Module: gcp_compute_target_instance (#64135) 2019-11-04 14:52:28 -05:00
gcp_compute_target_pool Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_ssl_proxy Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_tcp_proxy Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_target_vpn_gateway Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_url_map Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_compute_vpn_tunnel Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_container_cluster Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_container_node_pool Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_dns_managed_zone Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_dns_resource_record_set Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_filestore_instance Bug fixes for GCP modules (#61590) 2019-10-01 18:27:51 -04:00
gcp_iam_role Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_iam_service_account Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_iam_service_account_key
gcp_kms_crypto_key Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_kms_key_ring Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_logging_metric New Module: gcp_logging_metric (#64339) 2019-11-04 14:51:52 -05:00
gcp_mlengine_model Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_mlengine_version Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_pubsub_subscription Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_pubsub_topic Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_redis_instance Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_resourcemanager_project Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_runtimeconfig_config New Module: gcp_runtimeconfig_config (#63883) 2019-10-24 17:16:24 -04:00
gcp_runtimeconfig_variable New Module: gcp_runtimeconfig_variable (#63885) 2019-10-24 17:15:57 -04:00
gcp_sourcerepo_repository Bug fixes for GCP modules (#61917) 2019-10-01 18:27:03 -04:00
gcp_spanner_database Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_spanner_instance Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_database Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_instance Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_sql_user Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_bucket Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_bucket_access_control Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gcp_storage_object
gcp_tpu_node Bug fixes for GCP modules (#61918) 2019-10-01 18:26:56 -04:00
gem
get_certificate crypto modules: fix sanity errors (#60046) 2019-08-18 05:37:57 +02:00
get_url get_url integration test: Fix missing conditional (#64100) 2019-10-31 15:17:38 -04:00
getent getent - add service support(#60295) 2019-08-27 11:58:37 -04:00
git
git_config
github_issue
gitlab_deploy_key
gitlab_group Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_hook Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_project
gitlab_project_variable add new module with integration tests to manage gitlab project variables (#56574) 2019-08-02 09:08:37 +02:00
gitlab_runner Fix typesetting of "GitLab" (#61702) 2019-09-03 09:22:26 -05:00
gitlab_user
grafana_datasource Add integration tests for grafana_datasource module (#63986) 2019-10-29 22:39:38 +01:00
group Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
group_by
groupby_filter
handlers Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
hash
hcloud_datacenter_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_floating_ip hcloud: Add Delete Protection to hcloud_floating_ip and hcloud_floating_ip_info (#63663) 2019-10-18 23:27:23 +02:00
hcloud_floating_ip_info hcloud_floating_ip_info: create temporary ip in integration tests 2019-10-02 20:17:20 +02:00
hcloud_image_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_location_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_network hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 2019-10-18 10:54:01 +02:00
hcloud_network_info hcloud: Add delete_protection to hcloud_network and hcloud_network_info (#63656) 2019-10-18 10:54:01 +02:00
hcloud_rdns Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_route Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server hcloud: Add protection support to hcloud_server and hcloud_server_info (#63669) 2019-10-19 12:57:00 +02:00
hcloud_server_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server_network Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_server_type_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_ssh_key Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_ssh_key_info Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_subnetwork Revert "Disable Hetzner Cloud integration tests due to authentication issues (#61375)" (#61383) 2019-08-27 15:30:28 -04:00
hcloud_volume hcloud: Add Delete Protection to hcloud_volume and hcloud_volume_info (#63665) 2019-10-18 23:28:12 +02:00
hcloud_volume_info hcloud_volume: add linux_device to return values (#62865) 2019-10-02 20:19:10 +02:00
hg
hosts_field
hwc_ecs_instance hwc: Add instance module (#60180) 2019-10-19 09:50:03 +02:00
hwc_evs_disk hwc: Add disk module (#59919) 2019-10-19 10:09:40 +02:00
hwc_network_vpc
hwc_smn_topic
hwc_vpc_eip hwc: Add eip module (#60182) 2019-10-19 12:58:29 +02:00
hwc_vpc_peering_connect hwc: Add new module to peering (#60190) 2019-10-19 11:27:53 +02:00
hwc_vpc_port hwc: Add port module (#60188) 2019-10-19 11:32:10 +02:00
hwc_vpc_private_ip Add private ip module (#60191) 2019-10-18 10:15:13 +01:00
hwc_vpc_route Add route module (#60189) 2019-10-12 18:15:02 +02:00
hwc_vpc_security_group hwc: Add security group module (#60187) 2019-10-19 09:43:50 +02:00
hwc_vpc_security_group_rule hwc: Add security group rule module (#60186) 2019-10-19 12:53:02 +02:00
hwc_vpc_subnet Add subnet module (#60183) 2019-10-18 11:00:32 +01:00
iam_group Fixup iam_group integration tests and return value documentation (#61243) 2019-09-05 19:25:36 -04:00
iam_password_policy Fix iam_password_policy integration tests (#60930) 2019-08-22 23:25:25 +10:00
iam_policy New module: iam_policy_info (#62955) 2019-10-23 13:04:25 -07:00
iam_role iam_role : support managing max session duration and deleting the instance profile it creates (#62014) 2019-09-20 13:26:29 -07:00
iam_saml_federation Added AWS SAML Federation Module (#55821) 2019-09-11 10:00:05 -07:00
iam_user iam_user Additional integration tests (#63768) 2019-10-30 09:37:33 -04:00
ignore_errors
ignore_unreachable
include_import Fix sanity tests based on newer version of shellcheck (#60423) 2019-08-12 16:24:28 -04:00
include_parent_role_vars
include_vars
includes
influxdb_user
ini_file
interpreter_discovery_python
intersight_info
intersight_rest_api
inventory inventory: Handle IndexError while parsing limit file (#59776) 2019-07-30 13:02:17 -04:00
inventory_aws_conformance Sanity test fixups - AWS related tests (#64093) 2019-10-30 09:48:59 -07:00
inventory_aws_ec2 Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
inventory_aws_rds AWS dynamic inventory: fixup RDS integration tests (#61259) 2019-08-25 10:32:18 -04:00
inventory_cloudscale cloudscale: fix boilerplate (#63533) 2019-10-16 11:02:32 +02:00
inventory_docker_machine Disable failing inventory_docker_machine test. 2019-08-08 20:39:04 -07:00
inventory_docker_swarm Re-enable some docker_swarm tests. (#61875) 2019-09-13 12:08:45 -04:00
inventory_foreman Update integration tests. (#60447) 2019-08-12 16:23:47 -07:00
inventory_foreman_script
inventory_kubevirt_conformance
inventory_limit Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
inventory_path_with_comma
inventory_plugin_config
inventory_vmware_vm_inventory vcenter provider: Only rely on VMWARE_TEST_PLATFORM 2019-09-20 10:33:44 -04:00
inventory_yaml
ios_banner Make banner detection non-greedy in ios_banner (#63092) 2019-10-25 14:20:00 -04:00
ios_bgp ios_bgp: fixes #57666 (#57667) 2019-10-18 21:25:45 +05:30
ios_command Add support to configure network_cli terminal related options (#60086) 2019-08-19 18:56:20 +05:30
ios_config
ios_facts Resource module for ios_interfaces and Facts Update (#59716) 2019-08-02 14:34:05 +05:30
ios_file
ios_interface
ios_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_l2_interface
ios_l2_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_l3_interface
ios_l3_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lacp Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lacp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lag_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_linkagg
ios_lldp
ios_lldp_global Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_lldp_interfaces Fix traceback empty config error to meaningful msg for IOS (#62538) 2019-09-19 10:13:36 +05:30
ios_logging
ios_ntp
ios_ping Removed in 29 (#63680) 2019-10-24 15:01:05 -04:00
ios_smoke
ios_static_route
ios_system
ios_user
ios_vlan
ios_vlans Fix IOS_VLANS override operation for new VLANs (#63624) 2019-10-18 13:56:23 +05:30
iosxr_banner
iosxr_bgp
iosxr_command
iosxr_config Add exclusive configuration mode support (#59289) 2019-07-19 19:03:35 +05:30
iosxr_facts Add iosxr_lacp resource module (#59281) 2019-07-24 22:55:42 +05:30
iosxr_interface Add iosxr_lacp_resource module (#59724) 2019-08-08 00:13:06 +05:30
iosxr_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_l2_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_l3_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lacp Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lacp_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lag_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lldp_global Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_lldp_interfaces Fix traceback for empty config (#62515) 2019-10-03 19:45:52 +05:30
iosxr_logging
iosxr_netconf
iosxr_smoke
iosxr_system
iosxr_user
ipify_facts
iso_extract
iterators
java_cert
jboss
jinja2_native_types
junos_banner
junos_command
junos_config Fix for junos cli_config replace option (#62131) 2019-09-13 18:52:33 +05:30
junos_facts
junos_interface
junos_interfaces Change enable to enabled for junos_interfaces module (#62321) 2019-09-16 12:17:27 +05:30
junos_l2_interface
junos_l2_interfaces Add [junos_l2_interfaces] resource module (#59693) 2019-08-09 13:09:19 +05:30
junos_l3_interface
junos_l3_interfaces Return commands key instead of xml in result for junos rm (#62041) 2019-09-11 11:06:08 +05:30
junos_lacp Add [junos_lacp] model (#59705) 2019-08-12 13:54:44 +05:30
junos_lacp_interfaces Add [junos_lacp_interfaces] resource module (#59708) 2019-08-12 11:24:34 +05:30
junos_lag_interfaces Add [junos_lacp] model (#59705) 2019-08-12 13:54:44 +05:30
junos_linkagg
junos_lldp
junos_lldp_global Rename junos_lldp_global enable option to enabled (#61551) 2019-08-29 22:32:48 +05:30
junos_lldp_interface
junos_lldp_interfaces Change enable to enabled for junos_interfaces module (#62321) 2019-09-16 12:17:27 +05:30
junos_logging
junos_netconf
junos_rpc
junos_smoke
junos_static_route
junos_system
junos_user
junos_vlan
junos_vlans Add junos vlans resource module (#59041) 2019-08-06 16:00:01 +02:00
junos_vrf
k8s Add more kubernetes Service tests (#62581) 2019-10-25 11:21:13 +01:00
known_hosts
lambda_policy
lineinfile lineinfile - don't run os.makedirs on empty dir path (#63921) 2019-10-29 13:06:17 -04:00
listen_ports_facts Add listen_port_facts module (#61463) 2019-08-28 13:16:13 -04:00
locale_gen
lookup_hashi_vault Clean up unused config usage in integration tests. 2019-08-14 09:44:36 -07:00
lookup_inventory_hostnames
lookup_lmdb_kv lookup: lmdb_kv: add tests 2019-09-30 11:00:00 +02:00
lookup_passwordstore
lookup_paths
lookup_properties
lookups Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
loop_control Fix extended loop_control with includes (#61231) 2019-08-27 12:09:56 -05:00
loops Preserve original variables when using a loop (#59426) 2019-07-24 11:35:14 +02:00
luks_device add option to define keysize at luks partition creation (#61522) 2019-08-31 19:32:41 +02:00
lvg Fix integration test temp dir usage. (#60555) 2019-08-14 00:12:05 -07:00
mail
mariadb_replication mysql_replication: add connection_name param for MariaDB multi source replication support (#63229) 2019-10-09 10:05:55 +02:00
memset_dns_reload
memset_memstore_info
memset_server_info
memset_zone
memset_zone_domain
memset_zone_record
meraki_admin/tasks
meraki_config_template
meraki_content_filtering
meraki_device
meraki_firewalled_services New module - meraki_firewalled_services (#57289) 2019-07-26 11:39:20 -04:00
meraki_malware
meraki_mr_l3_firewall
meraki_mx_l3_firewall
meraki_mx_l7_firewall New module - meraki_mx_l7_firewall (#55485) 2019-07-26 11:43:28 -04:00
meraki_nat/tasks New module - meraki_nat (#52889) 2019-07-26 11:42:36 -04:00
meraki_network
meraki_organization meraki_organization - Add deletion support (#59415) 2019-07-31 11:29:42 -04:00
meraki_snmp meraki_snmp - Add support for network SNMP settings (#57708) 2019-07-31 11:29:57 -04:00
meraki_ssid
meraki_static_route
meraki_switchport
meraki_syslog/tasks
meraki_vlan
meraki_webhooks New module - meraki_webhook (#57855) 2019-07-31 11:31:16 -04:00
meta_tasks
module_defaults Amazon modules: rename _facts with ansible_facts result to _info (#60178) 2019-08-13 08:01:37 -04:00
module_precedence
module_tracebacks
module_utils Add tests for new alias deprecation functionality (#61476) 2019-09-05 15:47:42 -07:00
mongodb_replicaset mongodb_replicaset/test: properly kill the nodes 2019-09-19 17:19:48 -04:00
mongodb_shard Do not install requests[security] for MongoDB tests (#60083) 2019-08-05 15:01:58 -04:00
mount Added state "remount" which will remount the device (#52649) 2019-07-19 08:59:27 +02:00
mqtt
mso_label
mso_role
mso_site
mso_tenant
mso_user
mysql_db Added support to create and delete multiple databases in MySQL (#58602) 2019-07-18 16:56:32 +02:00
mysql_info mysql_info: add support for global status (#63189) 2019-10-10 12:14:49 +02:00
mysql_replication mysql_replication - accept empty string to the module's parameters (#63546) 2019-10-25 11:56:40 -04:00
mysql_user
mysql_variables mysql_variables: add mode parameter (#63547) 2019-11-02 10:16:28 +01:00
netapp_eseries_alerts
netapp_eseries_asup
netapp_eseries_drive_firmware Add netapp_e_drive_firmware (#59528) 2019-08-28 17:15:19 -04:00
netapp_eseries_firmware Add netapp_e_firmware module (#59529) 2019-08-28 17:17:35 -04:00
netapp_eseries_global
netapp_eseries_host Host dev upstream (#57086) 2019-08-06 15:01:22 -04:00
netapp_eseries_iscsi_interface
netapp_eseries_iscsi_target
netapp_eseries_lun_mapping Lun mapping upstream dev (#57096) 2019-08-09 08:25:38 -04:00
netapp_eseries_storagepool Add tray/drawer loss protection preference and integration tests to netapp_e_storagepool module. (#60151) 2019-08-28 12:02:46 -04:00
netapp_eseries_volume Fix netapp_e_volume wait-for-initialization to complete issue. (#58304) 2019-08-07 11:28:39 -04:00
netconf_config
netconf_get
netconf_rpc
nios_a_record
nios_aaaa_record
nios_cname_record
nios_dns_view
nios_host_record
nios_mx_record
nios_naptr_record
nios_network
nios_network_view
nios_ptr_record Bug fixes to the Infoblox NIOS modules (#58521) 2019-09-17 09:45:50 +05:30
nios_srv_record
nios_txt_record
nios_zone
no_log Properly mask no_log values is sub parameters during failure (#63405) 2019-10-14 09:20:07 -07:00
npm
nuage_vspk
nxos_aaa_server
nxos_aaa_server_host
nxos_acl
nxos_acl_interface
nxos_banner
nxos_become
nxos_bfd_global Fix bfd cmd order and test issues (#61943) 2019-09-12 21:45:37 +05:30
nxos_bfd_interfaces nxos_bfd_interfaces: new module (#61407) 2019-08-29 09:36:10 +05:30
nxos_bgp
nxos_bgp_af
nxos_bgp_neighbor
nxos_bgp_neighbor_af
nxos_command
nxos_config [stable-2.9] fix nxos_config tests for httpapi (#62082) 2019-09-12 21:46:00 +05:30
nxos_evpn_global
nxos_evpn_vni
nxos_facts Fix nxos_facts httpapi (#60055) 2019-08-05 18:01:29 +05:30
nxos_feature
nxos_file_copy [stable-2.9] Stabilize nxos initiated copy for nxos_file_copy plugin (#62355) 2019-09-18 17:07:50 +05:30
nxos_gir
nxos_gir_profile_management
nxos_hsrp
nxos_igmp
nxos_igmp_interface
nxos_igmp_snooping
nxos_install_os Fix missing variable with nxos_install_os tests (#60351) 2019-08-17 10:04:50 -04:00
nxos_interface
nxos_interface_ospf
nxos_interfaces fix nxos CI failures (#60752) 2019-08-19 14:24:39 +05:30
nxos_l2_interface
nxos_l2_interfaces nxos_l2_interfaces: fix for integration tests failing to setup layer2 (#61887) 2019-09-12 21:46:52 +05:30
nxos_l3_interface
nxos_l3_interfaces [stable-2.9] Fix nxos_l3_interfaces module and tests (#62545) 2019-10-02 13:43:17 -04:00
nxos_lacp Add nxos_lacp resource module (#59717) 2019-08-08 16:52:16 +05:30
nxos_lacp_interfaces nxos_lacp_interfaces: fix integration test dependencies (#61947) 2019-09-12 21:45:04 +05:30
nxos_lag_interfaces fix nxos test failure (#60928) 2019-08-20 16:14:00 +05:30
nxos_linkagg
nxos_lldp
nxos_lldp_global Added nxos_lldp_global resource module (#60072) 2019-08-27 14:52:24 +05:30
nxos_logging
nxos_netconf Add filter option to netconf_config module (#63593) 2019-10-30 19:09:13 +05:30
nxos_ntp
nxos_ntp_auth
nxos_ntp_options
nxos_nxapi
nxos_nxapi_transports
nxos_ospf
nxos_ospf_vrf
nxos_overlay_global
nxos_pim
nxos_pim_interface
nxos_pim_rp_address
nxos_reboot
nxos_rollback
nxos_rpm
nxos_smoke Add proper hostname cleanup for nxos tests (#61810) 2019-09-11 19:40:14 +05:30
nxos_snapshot
nxos_snmp_community
nxos_snmp_contact
nxos_snmp_host
nxos_snmp_location
nxos_snmp_traps
nxos_snmp_user
nxos_static_route
nxos_system
nxos_telemetry nxos_telemetry replaced state (#62368) 2019-09-17 16:49:30 +05:30
nxos_udld
nxos_udld_interface
nxos_user
nxos_vlan
nxos_vlans Add nxos_vlans resource module (#59294) 2019-08-05 12:50:16 +05:30
nxos_vpc
nxos_vpc_interface
nxos_vrf nxos_vrf: N6K regression test failures (#63277) 2019-10-31 18:17:39 +05:30
nxos_vrf_af
nxos_vrf_interface
nxos_vrrp
nxos_vtp_domain
nxos_vtp_password
nxos_vtp_version
nxos_vxlan_vtep
nxos_vxlan_vtep_vni
old_style_cache_plugins
old_style_modules_posix
omit
one_host
openssh_cert
openssh_keypair openssh_keypair - Add key `comment` to return output (#59268) 2019-08-11 13:47:34 +02:00
openssl_certificate openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 2019-10-30 21:36:36 +01:00
openssl_certificate_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_csr openssl_csr and openssl_certificate: fix support for Ed25519 and Ed448 private keys (#63984) 2019-10-30 21:36:36 +01:00
openssl_csr_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_dhparam openssl_dhparam: add cryptography backend (#62991) 2019-10-04 21:53:04 +02:00
openssl_pkcs12
openssl_privatekey openssl_privatekey: add support for format option (#60388) 2019-10-17 10:40:13 +02:00
openssl_privatekey_info openssl_*: deprecate PyOpenSSL backends (#59907) 2019-08-26 18:26:10 +02:00
openssl_publickey openssl_publickey: add cryptography backend (#60387) 2019-08-17 18:52:14 +02:00
openvswitch_bridge
openvswitch_db
order
osx_defaults
package
package_facts package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 2019-09-24 10:03:56 +02:00
parsing
patch
pause
pids
ping
pip Integration tests: prevent loop squashing (#63847) 2019-10-23 21:02:25 +02:00
plugin_filtering
plugin_loader
plugin_namespace Fix plugin names when loading all plugins. (#59950) 2019-08-09 07:23:12 +01:00
podman_image Fix podman_image integration tests (#59805) 2019-07-30 15:11:35 -04:00
podman_image_info
podman_volume_info Add podman_volume_info module (#63380) 2019-10-31 16:17:33 -04:00
postgresql_copy postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_db postgresql_db: allow to pass users names with dots (#64007) 2019-10-28 13:23:09 +00:00
postgresql_ext postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_idx postgresql_idx: add stat mode support (#64138) 2019-11-05 10:26:51 +00:00
postgresql_info postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_lang postgresql_lang: add owner parameter (#62999) 2019-10-03 18:03:06 +05:30
postgresql_membership postgresql_membership: add CI tests for roles with dots (#63896) 2019-10-24 11:09:42 +01:00
postgresql_owner postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_pg_hba postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_ping postgresql: move CI test to separate targets (#62823) 2019-09-25 09:03:48 -04:00
postgresql_privs postgresql_privs: allow to pass roles with names containing dots (#63942) 2019-10-25 14:39:49 +01:00
postgresql_publication postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_query postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_schema postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_sequence postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_set postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_shared postgresql: move CI test to separate targets (#62855) 2019-09-26 05:53:13 -04:00
postgresql_slot postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_table postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_tablespace postgresql: move CI tests to separate targets (#62773) 2019-09-24 10:42:08 +02:00
postgresql_user postgresql_user: allow to pass user name with dots (#63565) 2019-10-18 12:55:41 +05:30
prepare_eos_tests/tasks
prepare_http_tests
prepare_ios_tests
prepare_iosxr_tests
prepare_junos_tests/tasks
prepare_nios_tests/tasks
prepare_nuage_tests/tasks
prepare_nxos_tests/tasks
prepare_ovs_tests/tasks
prepare_sros_tests/tasks
prepare_tests/tasks
prepare_vmware_tests vmware_host_firewall_manager: fix #61332 2019-10-28 13:01:02 -04:00
prepare_vyos_tests/tasks Vyos lldp interfaces (#60931) 2019-08-21 12:30:13 +05:30
prepare_win_tests
psexec
pull Update integration tests. (#60447) 2019-08-12 16:23:47 -07:00
python_requirements_info
rabbitmq_binding
rabbitmq_lookup
rabbitmq_plugin
rabbitmq_publish
rabbitmq_user
rabbitmq_vhost
rabbitmq_vhost_limits
raw
rds_instance add max_allocated_storage parameter to rds_instance (#61008) 2019-08-22 22:20:50 +10:00
rds_param_group
rds_subnet_group rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214) 2019-10-23 08:27:07 -04:00
read_csv
reboot
redshift fix typos in cloud modules (#62194) 2019-09-13 00:01:14 +10:00
rel_plugin_loading
remote_tmp
replace
roles
route53 route53: optimize zone_id lookup when hosted_zone_id is provided (#60437) 2019-08-26 16:21:17 -07:00
route53_zone
rpm_key
run_modules
s3_bucket s3_bucket: Allow empty encryption_key_id with aws:kms (#62031) 2019-10-21 19:45:41 -04:00
s3_bucket_notification Add lambda_bucket_event module (#58059) 2019-07-18 10:54:01 -07:00
s3_lifecycle disable s3_lifecycle tests (#59311) 2019-07-19 13:20:15 -04:00
s3_logging Integration tests for s3_logging (#63257) 2019-10-17 11:33:55 -07:00
scaleway_compute Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_image_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_ip
scaleway_ip_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_lb
scaleway_organization_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_s3
scaleway_security_group
scaleway_security_group_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_security_group_rule
scaleway_server_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_snapshot_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
scaleway_ssh
scaleway_user_data
scaleway_volume
scaleway_volume_info Scaleway: rename _facts -> _info (#61095) 2019-08-27 16:39:24 -04:00
script
seboolean
sefcontext
selinux
sensu_client
sensu_handler
service
service_facts
set_fact
setup_acme/tasks acme_certificate: add select_chain option (#60710) 2019-10-29 08:09:15 +01:00
setup_azure
setup_cron cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
setup_deb_repo
setup_docker
setup_ec2
setup_epel/tasks
setup_flatpak_remote
setup_grafana Add integration tests for grafana_datasource module (#63986) 2019-10-29 22:39:38 +01:00
setup_influxdb/tasks
setup_mariadb mariadb_replication: improve CI tests (#63848) 2019-10-23 15:50:31 +02:00
setup_mongodb unify mongodb installation for both xenial and bionic in integration tests 2019-10-30 13:21:37 -07:00
setup_mosquitto
setup_mysql8 Cleanup after MySQL integration tests (#63641) 2019-10-23 11:11:02 -04:00
setup_mysql_db Cleanup after MySQL integration tests (#63641) 2019-10-23 11:11:02 -04:00
setup_mysql_replication mysql_replication: fix typo in setup role (#63625) 2019-10-17 13:17:15 +01:00
setup_nobody
setup_opennebula/vars
setup_openssl
setup_paramiko
setup_passlib/tasks
setup_pexpect/tasks
setup_podman Fix podman_image integration tests (#59805) 2019-07-30 15:11:35 -04:00
setup_postgresql_db postgresql: move CI test to separate targets (#62823) 2019-09-25 09:03:48 -04:00
setup_rabbitmq
setup_remote_constraints Relocate ansible-test code. (#60147) 2019-08-06 14:43:29 -07:00
setup_remote_tmp_dir Add logic to handle multiple actions in an ALB listener rule, Fixes #41861 (#41975) 2019-08-02 10:40:53 +10:00
setup_rpm_repo Change dummy package name in yum/dnf tests to not collide with an actual package (#60225) 2019-08-07 14:26:55 -04:00
setup_ssh_keygen
setup_sshkey/tasks
setup_tls
setup_wildfly_server
setup_win_device Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
setup_win_psget
setup_zabbix Zabbix integration tests (#63744) 2019-10-25 06:28:20 -04:00
shell
slurp
sns
sns_topic
special_vars
sqs_queue
stat
strategy_linear
sts_assume_role Fix STS assume role error message when role does not exist (#63249) 2019-10-09 14:08:29 -07:00
subversion
supervisorctl Clean up ansible-test references in tests. (#60108) 2019-08-05 14:55:30 -07:00
synchronize
synchronize-buildah
sysctl sysctl - Reload also when current system values differ (#56153) 2019-07-24 10:04:15 -04:00
systemd
tags
task_ordering
template Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
template_jinja2_latest Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
templating_settings
test_infra
tests Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
throttle Move the ansible-test output_dir. 2019-08-29 02:32:31 -07:00
timezone
tower_common
tower_credential
tower_credential_type
tower_group
tower_host
tower_inventory
tower_inventory_source
tower_job_cancel
tower_job_launch
tower_job_list
tower_job_template
tower_job_wait
tower_label
tower_notification
tower_organization
tower_project
tower_receive
tower_role
tower_send
tower_settings
tower_team
tower_user
tower_workflow_launch
tower_workflow_template
ucs_disk_group_policy
ucs_dns_server
ucs_ip_pool
ucs_lan_connectivity
ucs_mac_pool
ucs_managed_objects
ucs_ntp_server
ucs_org
ucs_query Add ucs_query (#60607) 2019-09-03 21:34:46 -04:00
ucs_san_connectivity
ucs_service_profile_template
ucs_storage_profile
ucs_timezone
ucs_uuid_pool
ucs_vhba_template
ucs_vlans
ucs_vnic_template
ucs_vsans
ucs_wwn_pool
ufw Add RHEL 8.1b to the Shippable test matrix. 2019-10-08 13:06:28 -07:00
unarchive Install zip for unarchive test when using dnf. 2019-10-07 10:41:46 -07:00
unicode
until
uri
user Allow 13 asterisk characters in password field without warning (#54893) 2019-09-04 11:49:16 -04:00
var_blending Clean up various integration tests. (#60613) 2019-08-14 16:33:45 -07:00
var_precedence
var_templating Use templating in HostVarsVars __repr__ (#64282) 2019-11-01 15:51:34 -04:00
vars_prompt
vault
vcenter_folder
vcenter_license
virt_net virt_net: add way to get facts for only one specified network 2019-07-22 16:34:07 +02:00
vmware_about_facts
vmware_about_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_cluster vmware_guest: speed up vmware_guest tests 2019-07-26 14:07:01 +02:00
vmware_cluster_drs VMware: Refactor vmware_cluster into several modules (#58468) 2019-08-01 10:35:29 +02:00
vmware_cluster_facts vmware_cluster_facts: fix the functional test 2019-07-26 14:10:44 +02:00
vmware_cluster_ha VMware: Add missing HA admission control policies in vmware_cluster_ha (#60233) 2019-08-26 09:40:38 -04:00
vmware_cluster_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_cluster_vsan VMware: Refactor vmware_cluster into several modules (#58468) 2019-08-01 10:35:29 +02:00
vmware_content_deploy_template VMware: New module for deploy VM from content library template (#60203) 2019-08-21 11:17:29 +05:30
vmware_content_library_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_content_library_manager
vmware_datacenter
vmware_datastore_cluster
vmware_datastore_facts
vmware_datastore_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_datastore_maintenancemode
vmware_drs_group vmware_drs_group: creates test vm properly 2019-08-15 16:57:39 +02:00
vmware_drs_group_facts
vmware_drs_group_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_drs_rule_facts
vmware_drs_rule_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_dvs_portgroup
vmware_dvs_portgroup_facts vmware_dvs_portgroup_facts: test depends on a dvswitch 2019-07-24 16:46:48 +02:00
vmware_dvs_portgroup_find vmware: new module vmware_dvs_portgroup_find (#59567) 2019-08-01 14:52:51 +05:30
vmware_dvs_portgroup_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_dvswitch vmware/test: clean up dvswitch_0001 and dvswitch_0002 2019-08-27 11:30:44 -04:00
vmware_dvswitch_nioc
vmware_dvswitch_pvlans
vmware_dvswitch_uplink_pg
vmware_evc_mode
vmware_folder_info
vmware_guest VMware: Add support to delete vm from inventory (#62903) 2019-10-10 17:07:23 +05:30
vmware_guest_boot_facts
vmware_guest_boot_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_custom_attribute_defs
vmware_guest_custom_attributes VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_customization_facts
vmware_guest_customization_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_disk VMware: Add disk_mode parameter in vmware_guest_disk (#60406) 2019-09-05 11:52:12 -04:00
vmware_guest_disk_facts vmware_guest_disk_info/test: ensure the test VM is running 2019-08-27 11:31:14 -04:00
vmware_guest_disk_info vmware_guest_disk_info/test: ensure the test VM is running 2019-08-27 11:31:14 -04:00
vmware_guest_facts
vmware_guest_find VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_move VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_network vmware_guest_network/test: fix name of test VM 2019-10-17 17:38:42 -04:00
vmware_guest_powerstate vmware_guest: speed up vmware_guest tests 2019-07-26 14:07:01 +02:00
vmware_guest_register_operation VMware: new module vmware_guest_register_operation (#54647) 2019-10-02 16:57:03 -04:00
vmware_guest_screenshot VMware: vmware_guest_screenshot module fix get_parent_datacenter issue (#60626) 2019-08-28 13:04:30 -04:00
vmware_guest_sendkey vmware_guest_sendkey/test: ensure the test VM is running (#63359) 2019-10-11 07:52:36 +05:30
vmware_guest_snapshot
vmware_guest_snapshot_facts
vmware_guest_snapshot_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_guest_tools_wait VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host
vmware_host_acceptance VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_active_directory VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_capability_facts
vmware_host_capability_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_config_facts
vmware_host_config_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_config_manager VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_datastore
vmware_host_dns_facts
vmware_host_dns_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_facts VMware: add properties option to vmware_host_facts module (#62916) 2019-10-07 10:27:57 +05:30
vmware_host_feature_facts
vmware_host_feature_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_firewall_facts
vmware_host_firewall_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_firewall_manager vmware_host_firewall_manager: fix #61332 2019-10-28 13:01:02 -04:00
vmware_host_hyperthreading VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_ipv6 VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_kernel_manager vmware_host_kernel_manager: fix the test (#63358) 2019-10-11 07:52:05 +05:30
vmware_host_ntp
vmware_host_ntp_facts
vmware_host_ntp_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_package_facts
vmware_host_package_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_powermgmt_policy
vmware_host_powerstate
vmware_host_scanhba
vmware_host_service_facts
vmware_host_service_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_service_manager VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_snmp
vmware_host_ssl_facts
vmware_host_ssl_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_vmhba_facts
vmware_host_vmhba_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_host_vmnic_facts
vmware_host_vmnic_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_inventory vcenter provider: Only rely on VMWARE_TEST_PLATFORM 2019-09-20 10:33:44 -04:00
vmware_local_role_facts
vmware_local_role_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_local_role_manager
vmware_local_user_facts
vmware_local_user_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_local_user_manager
vmware_maintenancemode
vmware_portgroup
vmware_portgroup_facts
vmware_portgroup_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_resource_pool
vmware_resource_pool_facts
vmware_resource_pool_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_tag VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_target_canonical_facts
vmware_target_canonical_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vcenter_settings
vmware_vcenter_statistics VMware: Fix issue with order of changes in vmware_vcenter_statistics 2019-09-09 16:01:54 -04:00
vmware_vm_facts
vmware_vm_host_drs_rule
vmware_vm_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vm_storage_policy_info
vmware_vm_vm_drs_rule
vmware_vmkernel
vmware_vmkernel_facts
vmware_vmkernel_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vmware_vsan_health_info VMware: Add new module VMware vSAN health infos (#58636) 2019-09-09 14:59:31 +05:30
vmware_vspan_session
vmware_vswitch
vmware_vswitch_facts
vmware_vswitch_info VMWare - Rename _facts to _info (#57474) 2019-08-26 14:45:34 -04:00
vsphere_file
vultr_account_info
vultr_block_storage
vultr_block_storage_info vultr: vultr_block_storage_facts to info (#60230) 2019-08-12 10:36:21 +02:00
vultr_dns_domain
vultr_dns_domain_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_dns_record
vultr_firewall_group
vultr_firewall_group_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_firewall_rule
vultr_network
vultr_network_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_os_info
vultr_plan_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_region_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_server
vultr_server_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_ssh_key
vultr_ssh_key_info
vultr_startup_script
vultr_startup_script_info Vultr: rename _facts -> _info (#61239) 2019-08-24 17:54:17 +02:00
vultr_user
vultr_user_info
vyos_banner
vyos_command
vyos_config
vyos_facts
vyos_interface
vyos_interfaces Fix traceback for empty config (#62520) 2019-09-30 20:37:28 +05:30
vyos_l3_interface
vyos_l3_interfaces Fix traceback for empty config (#62520) 2019-09-30 20:37:28 +05:30
vyos_lag_interfaces error message updated (#62536) 2019-09-19 08:34:31 +05:30
vyos_linkagg
vyos_lldp
vyos_lldp_global error message updated (#62536) 2019-09-19 08:34:31 +05:30
vyos_lldp_interface
vyos_lldp_interfaces error message updated (#62536) 2019-09-19 08:34:31 +05:30
vyos_logging
vyos_smoke
vyos_static_route
vyos_system
vyos_user
vyos_vlan
wait_for
wait_for_connection
wakeonlan
want_json_modules_posix
win_acl
win_acl_inheritance
win_async_wrapper
win_audit_policy_system
win_audit_rule
win_become PowerShell - Added coverage collector (#59009) 2019-08-28 07:03:23 +10:00
win_certificate_store fix typos in modules (#62135) 2019-09-11 13:40:22 -05:00
win_chocolatey
win_chocolatey_config
win_chocolatey_facts
win_chocolatey_feature
win_chocolatey_source
win_command
win_copy Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_credential Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_csharp_utils Fix issue when setting an empty pass to no_log param (#62804) 2019-09-24 21:45:53 -04:00
win_disk_facts
win_dns_client Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
win_dns_record Move win target back a group (#60257) 2019-08-08 12:03:32 +10:00
win_domain_group
win_domain_membership
win_dotnet_ngen
win_dsc
win_environment
win_eventlog
win_eventlog_entry
win_exec_wrapper PowerShell - Added coverage collector (#59009) 2019-08-28 07:03:23 +10:00
win_feature
win_fetch
win_file
win_find
win_firewall
win_firewall_rule adding group parameter for win_firewall_rule (#55109) 2019-08-25 19:10:31 -04:00
win_format win_format - Add allocation_unit_size (#56966) 2019-09-25 08:58:30 -04:00
win_get_url Windows - Add common util for web requests (#54759) 2019-07-22 08:42:24 +10:00
win_group
win_group_membership
win_hostname
win_hosts
win_hotfix
win_http_proxy
win_iis_webapppool
win_iis_webbinding
win_inet_proxy
win_lineinfile Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_mapped_drive
win_module_utils Change collection PS util import pattern (#61307) 2019-08-27 16:02:27 -07:00
win_module_utils_legacy
win_msg
win_netbios Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
win_nssm Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_optional_feature
win_owner Rebalance Windows CI groups based on recent delays to 2016 (#59838) 2019-08-01 07:44:49 +10:00
win_package Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_pagefile Set win_pagefile as unstable as thats what it is (#61732) 2019-09-04 12:29:29 +10:00
win_partition Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_path
win_pester Add support for test script parameters in win_pester (#58790) 2019-07-23 05:46:26 +10:00
win_ping
win_power_plan
win_product_facts
win_psexec
win_psmodule
win_psrepository
win_rabbitmq_plugin
win_raw
win_rds Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_reboot
win_reg_stat Fix win_reg_stat for HKU hives (#59359) 2019-07-22 09:12:14 +10:00
win_regedit
win_region
win_regmerge
win_route
win_say
win_scheduled_task Allow password to be null in Scheduled Task for gMSA (#60990) 2019-08-28 08:44:45 +10:00
win_scheduled_task_stat
win_script
win_security_policy
win_service Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_setup
win_share
win_shell
win_shortcut
win_slurp
win_snmp Skip certain tests on 2016 (#61585) 2019-08-30 14:59:00 +10:00
win_stat
win_tempfile
win_template win_template - use shared doc fragment for shared options (#59701) 2019-07-31 08:05:24 +10:00
win_timezone
win_toast
win_unzip
win_updates win_updates: Add flag to only download updates without installing them (#58631) 2019-08-28 09:46:59 +10:00
win_uri Windows - Add common util for web requests (#54759) 2019-07-22 08:42:24 +10:00
win_user Added group 7 to Windows groups - ci_complete (#60240) 2019-08-08 10:13:28 +10:00
win_user_profile Move windows test to another group (#60391) 2019-08-12 10:00:09 +10:00
win_user_right
win_wait_for win modules - standarize regex and regxp as alias (#59037) 2019-08-28 09:38:23 +10:00
win_wait_for_process
win_wakeonlan
win_whoami
win_xml
windows-paths
xattr
xfs_quota Fix integration test temp dir usage. (#60555) 2019-08-14 00:12:05 -07:00
xml Order data in xml integration test (#59742) 2019-07-29 16:18:46 -04:00
yarn
yum Integration tests: prevent loop squashing (#63847) 2019-10-23 21:02:25 +02:00
yum_repository
zabbix_host Disable failing zabbix_host integration test. 2019-10-29 10:26:53 -07:00
zypper zypper: add additional flag --force-resolution (#61705) 2019-10-19 09:40:47 +02:00
zypper_repository