ansible/test/integration/targets
Markus Bergholz 18aae0a02b add new module with integration tests to manage gitlab project variables (#56574)
* add new module with integration tests to manage gitlab project variables

* fix invalid yaml in DOCUMENTATION variable and don't import * from ansible module

* remove extends_documentation_fragment and put imports after DOCUMENTATION/EXAMPLES/RETURN/ANSIBLE_METADATA

* fix author in documentation and remove import from display

* add alias file for integration test

* split long lines and try to fix the author key

remove tailing whitespace

* replace email address with github username

* adding the at style to username

* add metaclass and future import

* add state variable to be able to delete selected variables

* add test with state = absent

* update documentation. scheme is necessary

* use singular in exmaple section

* use key purge instead of purge_vars

use purge instead of purge_vars also in the integration test

* create gitlab object in the ansible main function

* remove usedless .format

* follow best practice fail message

* add return documentation, return information about which variables were added, updated or removed and catch gitlab api auth error

* use module_utils.api with api_url and api_token

* use dict instead of list for vars

* use project name instead of name as playbook key

* add ansible checkmode_support, reduce variables in gitlab_project_variables class, remove wrong/duplicated HAS_GITLAB_PACKAGE check

* use extends_documentation_fragment and don't pop elements from basic_auth_argument_spec

* use just project_variable as output variable

* update mutually_exclusive as suggested

* re-add api_token documentation, because it is not included in api basic auth

* remove useless statement

remove unnecessary if

* add one test with a changing value

* put type at first position

* keep item to reduce api calls, build array and keep indexes by replacing with None instead of poping

* more asserts

* Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* remove unused return key from documentation

msg is only returned when failed

* Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* remove error key, because it is not returned

* change also documentation from purged_vars to purge

* Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update test/integration/targets/gitlab_project_variable/tasks/main.yml

Co-Authored-By: Felix Fontein <felix@fontein.de>

Update test/integration/targets/gitlab_project_variable/tasks/main.yml

Co-Authored-By: Felix Fontein <felix@fontein.de>

* remove extra spaces

fix wrong spelling

* expand return value documentation with examples

* add check_mode test

reorder tests. first the check_mode test, later all other tests

* Update lib/ansible/modules/source_control/gitlab_project_variable.py

Co-Authored-By: Felix Fontein <felix@fontein.de>

* fix existing keys in 'present' array

rework key handling (reduce code)

fix integration tests

use untouched instead of present to identify unchanged variable keys

fix wrong replacement

minor fixes on request

set aliases to unsupported, because the test succeed

remove posix group1 because it conflicts with unsupported

remove useless item from aliases

* rework gitlab connection
2019-08-02 09:08:37 +02: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 Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_bd Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_bd_subnet Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_config_rollback
aci_config_snapshot Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_contract Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_contract_subject Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_contract_subject_to_filter
aci_domain
aci_domain_to_vlan_pool
aci_encap_pool
aci_encap_pool_range Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_epg
aci_epg_to_contract
aci_epg_to_domain
aci_fabric_node
aci_filter
aci_filter_entry Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_firmware_source
aci_interface_policy_cdp ACI CDP Interface Policy Module Creation (#54818) 2019-05-23 00:47:44 +02:00
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 Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
aci_vrf Revert "ACI: Implement encoded query_string" (#56783) 2019-05-22 15:44:22 +02:00
acl
acme_account
acme_account_info
acme_certificate acme_*: new test container, tests for IP certificates (#57530) 2019-06-08 14:02:44 +02:00
acme_certificate_revoke
acme_challenge_cert_helper
acme_inspect
add_host
aix_devices
aix_filesystem
alternatives
ansiballz_python
ansible fixes to config manager (#58530) 2019-07-17 10:39:30 -04:00
ansible-galaxy Collection test (#59488) 2019-07-24 12:38:32 +10:00
ansible-runner Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
any_errors_fatal
apache2_module
apt
apt_key
apt_repository Replaces #16690 (#58369) 2019-06-25 20:23:38 -07:00
archive
args
asa_acl
asa_command
asa_config
asa_og
assemble
assert
async
async_extra_data
async_fail
at
authorized_key
aws_api_gateway
aws_caller_info AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
aws_codebuild New module for AWS CodeBuild (#47187) 2019-06-12 10:25:53 -04:00
aws_codecommit
aws_codepipeline New module for AWS CodePipeline (#47189) 2019-06-12 08:50:09 -04:00
aws_config
aws_eks Correct virtualenv usage in integration tests. 2019-06-03 15:23:04 -07:00
aws_elasticbeanstalk_app
aws_glue_connection
aws_inspector
aws_kms AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
aws_lambda
aws_s3 aws_s3: Improve ETag handling (#46332) 2019-07-10 14:05:12 -07:00
aws_secret AWS: _facts -> _info (part 2) (#57626) 2019-06-10 17:48:07 +02:00
aws_ses_identity Make aws_ses_identity module work when region is provided via environment or config. (#51627) 2019-06-05 09:51:58 -04:00
aws_ses_identity_policy
aws_ses_rule_set AWS: _facts -> _info (part 2) (#57626) 2019-06-10 17:48:07 +02:00
aws_ssm_parameters
aws_waf_web_acl AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
azure_rm_acs
azure_rm_aks
azure_rm_appgateway
azure_rm_appserviceplan
azure_rm_autoscale Move azure_rm_autoscale test from group 2 to 5. 2019-06-07 14:35:51 -07:00
azure_rm_availabilityset
azure_rm_azurefirewall azure_rm_azurefirewall (#56359) 2019-05-20 10:38:55 -07:00
azure_rm_batchaccount Implement a new module to support Batch Account (#55074) 2019-06-06 09:10:01 -07:00
azure_rm_cdnprofile
azure_rm_containerinstance
azure_rm_containerregistry
azure_rm_cosmosdbaccount
azure_rm_deployment
azure_rm_devtestlab
azure_rm_dnszone
azure_rm_functionapp
azure_rm_gallery azure_rm_gallery: add disabled to aliases (#58672) 2019-07-03 22:43:06 +08:00
azure_rm_hdinsightcluster
azure_rm_image
azure_rm_keyvault add azure_rm_keyvaultkey_info module (#55754) 2019-07-18 06:55:51 +08:00
azure_rm_loadbalancer Changing LBName used by same task inside azure_rm_loadbalancer (#58936) 2019-07-10 14:20:35 -04:00
azure_rm_manageddisk
azure_rm_mariadbserver Add two new Azure groups to prevent timeouts 2019-07-01 10:38:24 -07:00
azure_rm_mysqlserver
azure_rm_networkinterface
azure_rm_postgresqlserver
azure_rm_publicipaddress
azure_rm_rediscache
azure_rm_resource
azure_rm_resourcegroup Additional rename fixes (#57527) 2019-06-07 18:22:17 -07:00
azure_rm_roledefinition Fix the test syntax (#56557) 2019-05-17 13:41:30 +08:00
azure_rm_routetable
azure_rm_securitygroup
azure_rm_servicebus
azure_rm_sqlserver Add two new Azure groups to prevent timeouts 2019-07-01 10:38:24 -07:00
azure_rm_storageaccount
azure_rm_storageblob
azure_rm_subnet
azure_rm_trafficmanagerprofile
azure_rm_virtualmachine Add the way to create a VM with the image id (#58106) 2019-06-20 16:42:09 +08:00
azure_rm_virtualmachineextension
azure_rm_virtualmachineimage_facts
azure_rm_virtualmachinescaleset Add the singlePlacementGroup in the virtual machine scale set module (#58320) 2019-07-06 06:14:14 +08:00
azure_rm_virtualnetwork Fix azure_rm_virtualnetwork integration test. 2019-06-07 10:35:19 -07:00
azure_rm_virtualnetworkgateway
azure_rm_virtualnetworkpeering
azure_rm_webapp
azure_rm_workspace
become
binary
binary_modules
binary_modules_posix
binary_modules_winrm
blockinfile
blocks
callback_default Add check mode indicators at the beginning and the end of the playbook, play, and task (#49432) 2019-07-25 12:05:43 -04:00
callback_log_plays added tests for log_plays (#56811) 2019-05-24 12:24:31 -04:00
callback_retry_task_name
certificate_complete_chain Fix incorrect assumptions in integration tests. (#58372) 2019-06-25 22:56:59 -07:00
changed_when
check_mode
cloud_init_data_facts
cloudformation_stack_set AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
cloudfront_distribution
cloudscale_common
cloudscale_floating_ip cloudcscale_floating_ip: add types (#56924) 2019-06-03 10:43:32 +02:00
cloudscale_server
cloudscale_server_group
cloudscale_volume
cnos_backup
cnos_banner
cnos_bgp
cnos_command
cnos_conditional_command
cnos_conditional_template
cnos_config
cnos_facts
cnos_image
cnos_interface
cnos_l2_interface
cnos_l3_interface
cnos_linkagg
cnos_lldp
cnos_logging
cnos_rollback
cnos_save
cnos_showrun
cnos_static_route
cnos_system
cnos_template
cnos_user
cnos_vlag
cnos_vlan
cnos_vrf
collections Fix collection loader builtin handling. (#58897) 2019-07-16 13:40:22 -07:00
command_shell
conditionals improve conditional warnings (#57190) 2019-06-03 12:12:32 +02:00
config
connection
connection_buildah
connection_chroot
connection_docker
connection_jail
connection_libvirt_lxc
connection_local
connection_lxc
connection_lxd
connection_paramiko_ssh
connection_podman
connection_posix
connection_psrp
connection_ssh
connection_windows_ssh
connection_winrm
consul consul_session: ensure certificate is checked when HTTPS is used (#58693) 2019-07-26 15:05:38 +02:00
copy Get copy tests passing with split controller/target (#58516) 2019-07-03 10:37:33 -05: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
cs_instance_facts
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
cs_vpc
cs_vpc_offering
cs_vpn_connection
cs_vpn_customer_gateway
cs_vpn_gateway
cs_zone
cs_zone_facts
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 dms_replication_subnet_group (#56980 2019-06-26 10:04:27 -07:00
dnf Move integration tests to using RHEL 8.0 GA (#57772) 2019-07-09 17:45:06 -04:00
docker_config
docker_container Re-enable docker_container tests (#59425) 2019-07-23 10:20:18 -04:00
docker_container_info
docker_host_info Adjust tests to new error messages for older docker-py versions. (#58253) 2019-06-23 21:52:24 +02:00
docker_image Implements extra_hosts for docker_image module (#59540) 2019-07-26 16:39:21 -04:00
docker_image_info
docker_network Adjust tests to new error messages for older docker-py versions. (#58253) 2019-06-23 21:52:24 +02:00
docker_network_info
docker_node
docker_node_info
docker_prune
docker_secret
docker_stack
docker_swarm Make docker swarm integration tests more reliable (#59473) 2019-07-25 12:49:30 -04:00
docker_swarm_info Adjust tests to new error messages for older docker-py versions. (#58253) 2019-06-23 21:52:24 +02:00
docker_swarm_service docker_swarm_service: Make secret_id and config_id optional (#58299) 2019-06-27 22:24:34 +02:00
docker_swarm_service_info
docker_volume Fix assignments in docker tests. (#57249) 2019-05-31 23:47:53 +02:00
docker_volume_info
dpkg_selections
ec2_ami AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
ec2_asg AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
ec2_eip ec2_eip - added support for BYOIP and filtering reuse addresses by tag/value (#59180) 2019-07-29 19:40:19 +10:00
ec2_elb_lb
ec2_group AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
ec2_instance Fix EC2 test suite to work with testing policies (#44387) 2019-07-04 15:25:19 -04:00
ec2_key
ec2_launch_template AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
ec2_metadata_facts
ec2_tag
ec2_transit_gateway
ec2_vol
ec2_vol_info AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
ec2_vpc_egress_igw
ec2_vpc_igw
ec2_vpc_nat_gateway
ec2_vpc_net
ec2_vpc_route_table AWS: _facts -> _info (part 4) (#57651) 2019-06-10 21:40:05 +02:00
ec2_vpc_subnet
ec2_vpc_vgw
ec2_vpc_vpn_facts Re-enable ec2_vpc_vpn_facts test (#58893) 2019-07-18 09:17:15 -07:00
ecs_cluster ecs_cluster test suite refactor (#57716) 2019-06-17 11:41:20 -07:00
ecs_ecr
efs AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02: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 Support the new TLS termination on NLBs (#51327) (#58031) 2019-06-20 17:03:04 -07:00
elb_target Add metaclass-boilerplate to elb_target lamda test function (#59832) 2019-07-30 17:40:24 -07:00
elb_target_info AWS: _facts -> _info (part 2) (#57626) 2019-06-10 17:48:07 +02:00
embedded_module
enos_command
enos_config
enos_facts
environment
eos_banner
eos_bgp
eos_command
eos_config
eos_eapi
eos_facts
eos_interface
eos_l2_interface Fix flow in eos_l2_interface (#57059) 2019-05-28 14:06:57 -04:00
eos_l3_interface Move eos l3 test IP addresses to documentation ranges (#56726) 2019-05-23 21:22:27 -04:00
eos_linkagg
eos_lldp
eos_logging
eos_smoke
eos_static_route
eos_system
eos_user
eos_vlan
eos_vrf
error_from_connection
etcd3
expect Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
facts_d
failed_when
fetch
file Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
filesystem
filters ipaddr: unit tests for empty string (#58274) 2019-06-24 18:47:46 +02:00
find
firewalld
flatpak
flatpak_remote
fortios_address
fortios_ipv4_policy
gathering
gathering_facts
gcp_appengine_firewall_rule New Module: gcp_appengine_firewall_rule (#58852) 2019-07-19 16:42:37 -04:00
gcp_bigquery_dataset Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_bigquery_table Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_cloudbuild_trigger
gcp_cloudscheduler_job Bug fixes for GCP modules (#58848) 2019-07-09 14:35:35 -04:00
gcp_compute_address Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_backend_bucket Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_backend_service Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_disk Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_firewall Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_forwarding_rule Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_global_address Bug fixes for GCP modules (#58900) 2019-07-12 15:08:08 -04:00
gcp_compute_global_forwarding_rule Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_health_check Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_http_health_check Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_https_health_check Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_image Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_instance Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_instance_group Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_instance_group_manager Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_instance_template Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_interconnect_attachment
gcp_compute_network Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_region_disk Bug fixes for GCP modules (#58901) 2019-07-12 16:21:43 -04:00
gcp_compute_route Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_router Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_ssl_certificate Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_ssl_policy Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_subnetwork Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_http_proxy Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_https_proxy Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_pool Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_ssl_proxy Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_tcp_proxy Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_target_vpn_gateway Bug fixes for GCP modules (#58902) 2019-07-12 18:50:49 -04:00
gcp_compute_url_map Bug fixes for GCP modules (#58903) 2019-07-12 15:11:22 -04:00
gcp_compute_vpn_tunnel Bug fixes for GCP modules (#58903) 2019-07-12 15:11:22 -04:00
gcp_container_cluster Bug fixes for GCP modules (#58016) 2019-06-18 15:45:47 -04:00
gcp_container_node_pool Bug fixes for GCP modules (#58016) 2019-06-18 15:45:47 -04:00
gcp_dns_managed_zone Bug fixes for GCP modules (#58903) 2019-07-12 15:11:22 -04:00
gcp_dns_resource_record_set Bug fixes for GCP modules (#58903) 2019-07-12 15:11:22 -04:00
gcp_iam_role Bug fixes for GCP modules (#58850) 2019-07-09 14:35:14 -04:00
gcp_iam_service_account Bug fixes for GCP modules (#58903) 2019-07-12 15:11:22 -04:00
gcp_iam_service_account_key
gcp_mlengine_model New Module: gcp_mlengine_model (#59222) 2019-07-19 16:41:07 -04:00
gcp_mlengine_version New Module: gcp_mlengine_version (#59224) 2019-07-19 16:52:40 -04:00
gcp_pubsub_subscription Bug fixes for GCP modules (#58016) 2019-06-18 15:45:47 -04:00
gcp_pubsub_topic Bug fixes for GCP modules (#58016) 2019-06-18 15:45:47 -04:00
gcp_redis_instance Bug fixes for GCP modules (#58850) 2019-07-09 14:35:14 -04:00
gcp_resourcemanager_project Bug fixes for GCP modules (#58850) 2019-07-09 14:35:14 -04:00
gcp_sourcerepo_repository Bug fixes for GCP modules (#58851) 2019-07-09 14:35:03 -04:00
gcp_spanner_database Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59132) 2019-07-19 11:32:05 -07:00
gcp_spanner_instance Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59132) 2019-07-19 11:32:05 -07:00
gcp_sql_database Bug fixes for GCP modules (#58904) 2019-07-12 16:21:31 -04:00
gcp_sql_instance Bug fixes for GCP modules (#58904) 2019-07-12 16:21:31 -04:00
gcp_sql_user Bug fixes for GCP modules (#58904) 2019-07-12 16:21:31 -04:00
gcp_storage_bucket Bug fixes for GCP modules (#58904) 2019-07-12 16:21:31 -04:00
gcp_storage_bucket_access_control Bug fixes for GCP modules (#58904) 2019-07-12 16:21:31 -04:00
gcp_storage_object
gcp_tpu_node Bug fixes for GCP modules (#58851) 2019-07-09 14:35:03 -04:00
gem
get_certificate
get_url cert validation fixes - Attempt 2 (#55953) 2019-05-31 16:35:25 -04:00
getent
git Change integration tests in order to pass on Fedora 30 (#58081) 2019-06-19 12:38:05 -04:00
git_config
github_issue Fixed error handling in github_issue module (#39652) 2019-05-15 02:35:11 -04:00
gitlab_deploy_key
gitlab_group
gitlab_hook
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
gitlab_user
group group: detect duplicate GIDs when local=yes (#58469) 2019-07-15 12:52:15 -04:00
group_by
groupby_filter
handlers Fix notifying handlers by using an exact match (#55624) 2019-06-27 17:29:20 -04:00
hash
hcloud_datacenter_facts
hcloud_floating_ip_facts
hcloud_image_facts
hcloud_location_facts
hcloud_network Add hcloud_network module (#59366) 2019-07-30 14:00:33 +02:00
hcloud_server Fix hcloud tests 2019-05-17 07:25:25 -07:00
hcloud_server_facts
hcloud_server_type_facts
hcloud_ssh_key Fix hcloud tests 2019-05-17 07:25:25 -07:00
hcloud_ssh_key_facts
hcloud_volume hcloud_volume attach step should be idempotent (#56906) 2019-05-27 07:48:48 +02:00
hcloud_volume_facts
hg
hosts_field
hwc_network_vpc
hwc_smn_topic
iam_group
iam_password_policy
iam_policy
ignore_errors
ignore_unreachable
include_import Actually run valid_include_keywords test (#57687) 2019-06-11 18:21:28 +02:00
include_parent_role_vars
include_vars Remove trailing new line while including vars (#57605) 2019-06-10 11:23:38 -04:00
includes
influxdb_user
ini_file
interpreter_discovery_python
intersight_info Second batch for _facts -> _info rename (#57020) 2019-06-10 13:04:07 +02:00
intersight_rest_api
inventory inventory: Handle IndexError while parsing limit file (#59776) 2019-07-30 13:02:17 -04:00
inventory_aws_conformance
inventory_aws_ec2 AWS: _facts -> _info (part 3) (#57635) 2019-06-10 19:33:38 +02:00
inventory_aws_rds
inventory_cloudscale
inventory_docker_swarm
inventory_foreman
inventory_foreman_script
inventory_kubevirt_conformance
inventory_path_with_comma
inventory_plugin_config
inventory_vmware_vm_inventory VMware: fix inventory plugin (#56431) 2019-05-15 10:15:49 -04:00
inventory_yaml
ios_banner
ios_bgp PR to fix ios bgp TC failure (#58010) 2019-06-20 17:09:31 +02:00
ios_command ansible-test: ios_command cli test should only be network_cli (#56955) 2019-05-27 10:04:02 +05:30
ios_config
ios_facts
ios_file
ios_interface
ios_l2_interface
ios_l3_interface
ios_linkagg
ios_lldp
ios_logging
ios_ntp Fix yamllint failure. 2019-06-07 09:58:48 -07:00
ios_ping
ios_smoke Fix ios_smoke failure (#57665) 2019-06-11 10:52:54 -04:00
ios_static_route
ios_system
ios_user ansible-test: use become for connection=local on ios_user (#56960) 2019-05-28 17:38:36 +05:30
ios_vlan
iosxr_banner
iosxr_bgp More iosxr integration zuul CI test fixes (#57909) 2019-06-17 17:22:46 +02:00
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
iosxr_lacp Update argspec to normalize across platforms (#59596) 2019-07-26 12:30:26 +05:30
iosxr_logging
iosxr_netconf
iosxr_smoke
iosxr_system
iosxr_user
ipify_facts
iso_extract
iterators Make query with errors='ignore' return a blank list (#57038) 2019-05-29 13:23:02 -04:00
java_cert
jboss jboss module: add check mode support and integration tests (#58959) 2019-07-15 12:17:08 -04:00
jinja2_native_types
junos_banner
junos_command
junos_config
junos_facts Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_interface
junos_interfaces Fix junos_interfaces integration test failure (#59035) 2019-07-12 13:55:28 -04:00
junos_l2_interface
junos_l3_interface
junos_l3_interfaces Add junos_l3_interfaces (#59026) 2019-07-31 16:29:32 +02:00
junos_lag_interfaces Add [junos_lag_interfaces] resource module (#59011) 2019-07-23 11:53:15 +05:30
junos_linkagg
junos_lldp Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_lldp_interface Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_logging
junos_netconf Remove more usage of pause with junos tests (#58153) 2019-06-21 14:07:25 -04:00
junos_rpc Fix junos integration zuul CI failures (#57309) 2019-06-10 16:10:57 +02:00
junos_smoke
junos_static_route
junos_system
junos_user Remove hardcoded ansible user for junos_user integration tests (#56452) 2019-05-15 11:09:09 -04:00
junos_vlan
junos_vrf
k8s Add apply to k8s module (#49053) 2019-07-08 13:47:41 -07:00
known_hosts
lambda_policy AWS modules: _facts -> _info (#57613) 2019-06-10 15:52:49 +02:00
lineinfile
locale_gen
lookup_hashi_vault
lookup_inventory_hostnames
lookup_passwordstore passwordstore lookup - replace expired GPG key (#58141) 2019-06-20 18:03:22 -04:00
lookup_paths
lookup_properties
lookups Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
loop_control
loops Preserve original variables when using a loop (#59426) 2019-07-24 11:35:14 +02:00
luks_device
lvg
mail
memset_dns_reload
memset_memstore_info Rename memset_*_facts to memset_*_info (#57030) 2019-06-03 21:19:49 +02:00
memset_server_info Rename memset_*_facts to memset_*_info (#57030) 2019-06-03 21:19:49 +02:00
memset_zone
memset_zone_domain
memset_zone_record
meraki_admin/tasks meraki_admin - Enable check mode (#54499) 2019-06-05 10:23:54 -04:00
meraki_config_template meraki_config_template - Enable check mode (#54502) 2019-05-29 16:30:26 -04:00
meraki_content_filtering meraki_content_filtering - Add support for querying (#57273) 2019-06-18 14:52:46 +05:30
meraki_device meraki - Rewrite update requirement check (#48394) 2019-05-29 10:18:01 -04:00
meraki_firewalled_services New module - meraki_firewalled_services (#57289) 2019-07-26 11:39:20 -04:00
meraki_malware New module - meraki_malware (#56929) 2019-06-05 10:36:39 -04:00
meraki_mr_l3_firewall meraki_mr_l3_firewall - Fix integration test cleanup (#57562) 2019-06-12 10:28:09 -04:00
meraki_mx_l3_firewall Meraki - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
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 - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
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 - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
meraki_static_route safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
meraki_switchport Meraki - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
meraki_syslog/tasks meraki_syslog - Module properly handles net_id parameter (#57286) 2019-06-12 10:44:05 -04:00
meraki_vlan Meraki - Convert response keys to snake_case from camelCase (#53891) 2019-06-13 15:07:30 -04:00
meraki_webhooks New module - meraki_webhook (#57855) 2019-07-31 11:31:16 -04:00
meta_tasks Add test for meta: end_play (#59118) 2019-07-16 12:41:48 -04:00
module_defaults
module_precedence
module_tracebacks Recognize module tracebacks on stdout and stderr. 2019-06-26 15:45:46 -07:00
module_utils
mongodb_replicaset Disable mongodb_shard and mongodb_replicaset tests 2019-08-01 14:40:31 -07:00
mongodb_shard Disable mongodb_shard and mongodb_replicaset tests 2019-08-01 14:40:31 -07:00
mount Added state "remount" which will remount the device (#52649) 2019-07-19 08:59:27 +02:00
mqtt Adds tls_version argument to mqtt module (#58264) 2019-06-25 15:27:32 +02:00
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 New module mysql_info - Gather information about MySQL servers (#55434) 2019-05-28 09:10:12 +02:00
mysql_user
mysql_variables
netapp_eseries_alerts
netapp_eseries_asup
netapp_eseries_global
netapp_eseries_host safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
netapp_eseries_iscsi_interface
netapp_eseries_iscsi_target
netconf_config Fix iosxr netconf integration test (#57882) 2019-06-15 16:58:09 +05:30
netconf_get Fix iosxr netconf integration test (#57882) 2019-06-15 16:58:09 +05:30
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
nios_srv_record
nios_txt_record
nios_zone
no_log
npm
nuage_vspk Make nuage_vspk test more reliable 2019-06-26 14:32:23 -07:00
nxos_aaa_server
nxos_aaa_server_host
nxos_acl
nxos_acl_interface
nxos_banner
nxos_become
nxos_bfd_global nxos_bfd_global / NxosCmdRef initial commit (#56317) 2019-06-06 15:52:55 +05:30
nxos_bgp
nxos_bgp_af
nxos_bgp_neighbor nxos_bgp_neighbor: Add bfd support (#56932) 2019-06-19 21:23:00 +05:30
nxos_bgp_neighbor_af
nxos_command
nxos_config
nxos_evpn_global
nxos_evpn_vni
nxos_facts Fix nxos_facts integration tests (#59643) 2019-07-29 12:05:35 +05:30
nxos_feature
nxos_file_copy
nxos_gir
nxos_gir_profile_management
nxos_hsrp
nxos_igmp
nxos_igmp_interface
nxos_igmp_snooping
nxos_install_os Fix nxos_install_os test cases typo (#58825) 2019-07-10 19:11:53 +05:30
nxos_interface
nxos_interface_ospf nxos_interface_ospf: Add bfd support (#56807) 2019-06-07 09:58:29 +05:30
nxos_l2_interface
nxos_l3_interface
nxos_lag_interfaces fix test typo nxos_lag_interfaces (#59710) 2019-07-29 12:40:23 +05:30
nxos_linkagg
nxos_lldp
nxos_logging
nxos_ntp
nxos_ntp_auth
nxos_ntp_options
nxos_nxapi
nxos_nxapi_transports
nxos_ospf
nxos_ospf_vrf nxos_ospf_vrf: Add 'bfd' support (#57425) 2019-06-19 21:22:32 +05:30
nxos_overlay_global
nxos_pim nxos_pim: Add bfd support (#56908) 2019-06-19 21:22:03 +05:30
nxos_pim_interface nxos_pim_interface: Add 'bfd' support (#57133) 2019-06-12 09:47:41 +05:30
nxos_pim_rp_address
nxos_reboot
nxos_rollback
nxos_rpm
nxos_smoke
nxos_snapshot
nxos_snmp_community
nxos_snmp_contact
nxos_snmp_host nxos_snmp_user, nxos_snmp_host integration test fixes. (#57201) 2019-06-03 18:33:52 +05:30
nxos_snmp_location
nxos_snmp_traps
nxos_snmp_user nxos_snmp_user, nxos_snmp_host integration test fixes. (#57201) 2019-06-03 18:33:52 +05:30
nxos_static_route
nxos_system
nxos_udld
nxos_udld_interface
nxos_user
nxos_vlan nxos_vlan: fix broken purge behavior (issue #57101) (#57229) 2019-06-04 09:14:09 +05:30
nxos_vpc
nxos_vpc_interface
nxos_vrf
nxos_vrf_af
nxos_vrf_interface
nxos_vrrp
nxos_vtp_domain
nxos_vtp_password
nxos_vtp_version Fix nxos_vtp_version test (#57358) 2019-06-06 09:35:29 +05:30
nxos_vxlan_vtep
nxos_vxlan_vtep_vni
old_style_cache_plugins Correct virtualenv usage in integration tests. 2019-06-03 15:23:04 -07:00
old_style_modules_posix
omit
one_host
openssh_cert
openssh_keypair openssh_keypair: bugfix make regenerating keypairs via force possible… (#57801) 2019-06-24 21:45:49 +02:00
openssl_certificate openssl_certificate: fix failing SAN comparisons (#58256) 2019-06-24 06:34:12 +02:00
openssl_certificate_info
openssl_csr
openssl_csr_info
openssl_dhparam
openssl_pkcs12
openssl_privatekey openssl_privatekey: forgot to add secp256r1 (#58605) 2019-07-01 23:08:54 +02:00
openssl_privatekey_info
openssl_publickey
openvswitch_bridge Add support for vlan update on ovs bridges (#57168) 2019-06-05 10:32:14 -04:00
openvswitch_db Fix ovsdb module not being idempotent (#57735) 2019-06-26 10:48:46 -04:00
order
osx_defaults
package
package_facts
parsing
patch
pause
pids
ping
pip
plugin_filtering
plugin_loader
podman_image Fix podman_image integration tests (#59805) 2019-07-30 15:11:35 -04:00
podman_image_info podman_image_info - Do not fail when nonexistant image name is provided (#57962) 2019-06-26 17:04:26 -04:00
postgresql postgresql_set: improve CI tests (#59583) 2019-07-26 19:53:34 +02:00
prepare_eos_tests/tasks
prepare_http_tests
prepare_ios_tests
prepare_iosxr_tests
prepare_junos_tests/tasks Use wait_for in prepare_junos_tests.yaml (#57073) 2019-06-16 16:03:55 -04:00
prepare_nios_tests/tasks
prepare_nuage_tests/tasks Make nuage_vspk test more reliable 2019-06-26 14:32:23 -07:00
prepare_nxos_tests/tasks nxos_bfd_global / NxosCmdRef initial commit (#56317) 2019-06-06 15:52:55 +05:30
prepare_ovs_tests/tasks
prepare_sros_tests/tasks
prepare_tests/tasks
prepare_vmware_tests VMware: Refactor vmware_cluster into several modules (#58468) 2019-08-01 10:35:29 +02:00
prepare_vyos_tests/tasks Add vyos_interfaces resource module (#58589) 2019-07-31 23:06:53 +05:30
prepare_win_tests
psexec
pull
python_requirements_info Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
rabbitmq_binding Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_lookup Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_plugin Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_publish Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_user Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_vhost Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
rabbitmq_vhost_limits Revert "Disable the rabbitmq tests for now" 2019-06-06 17:05:13 -07:00
raw
rds_instance rds_instance: add point-in-time instance restore test (#59411) 2019-07-25 09:49:08 -04:00
rds_param_group
read_csv
reboot
redshift
rel_plugin_loading
remote_tmp
replace
roles
route53 AWS: _facts -> _info (part 2) (#57626) 2019-06-10 17:48:07 +02:00
route53_zone
rpm_key rpm_key - add fingerprint parameter (#58373) 2019-07-01 09:57:45 -04:00
run_modules
s3_bucket Add purge_tags to s3_bucket to allow preservation of existing tags (#58754) 2019-07-08 10:19:01 -07: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
scaleway_compute
scaleway_image_facts
scaleway_ip
scaleway_ip_facts
scaleway_lb
scaleway_organization_facts
scaleway_s3
scaleway_security_group
scaleway_security_group_facts
scaleway_security_group_rule
scaleway_server_facts
scaleway_snapshot_facts
scaleway_ssh
scaleway_user_data
scaleway_volume
scaleway_volume_facts
script
seboolean
sefcontext
selinux
sensu_client
sensu_handler
service Fix incorrect assumptions in integration tests. (#58372) 2019-06-25 22:56:59 -07:00
service_facts
set_fact
setup_acme/tasks acme_*: new test container, tests for IP certificates (#57530) 2019-06-08 14:02:44 +02:00
setup_azure
setup_deb_repo
setup_docker Improve setup_docker tests to work with RHEL 8 GA (#58649) 2019-07-03 14:24:24 -04:00
setup_ec2
setup_epel/tasks
setup_flatpak_remote
setup_influxdb/tasks
setup_mongodb Integeration tests for mongodb_shard and mongodb_replicaset modules (#53900) 2019-07-31 12:45:21 -07:00
setup_mosquitto Adds tls_version argument to mqtt module (#58264) 2019-06-25 15:27:32 +02:00
setup_mysql_db
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 modules: tidying up of CI tests (#59099) 2019-07-17 11:00:40 -04:00
setup_rabbitmq Use bintray to install erlang for rabbitmq tests. 2019-06-06 17:05:13 -07:00
setup_remote_constraints
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
setup_ssh_keygen
setup_sshkey/tasks
setup_tls
setup_wildfly_server jboss module: add check mode support and integration tests (#58959) 2019-07-15 12:17:08 -04:00
setup_win_device Windows testing - share code for creating a network device (#59847) 2019-08-01 07:43:31 +10:00
setup_win_psget Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
setup_zabbix
shadowed_module
shell
slurp
sns
sns_topic
special_vars
sqs_queue
stat
strategy_linear
sts_assume_role
subversion
supervisorctl Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -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 Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280) 2019-07-22 10:27:11 +02:00
template_jinja2_latest
templating_settings register: fail when invalid var name is specified (#56456) 2019-05-17 11:02:03 +02:00
test_infra Rename python files in hacking/ directory to have .py suffix 2019-07-10 22:17:35 -07:00
timezone
tower_common Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
tower_credential VMware: rename VMWare to VMware (#58535) 2019-06-30 19:30:42 +05:30
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_role: ensure alias of "validate_certs" parameter is handled (#57518) 2019-06-26 10:04:49 +02:00
tower_send
tower_settings
tower_team
tower_user Fix incorrect assumptions in integration tests. (#58365) 2019-06-25 18:39:41 -07:00
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_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 Change RHEL8 image name to match changes in ansible-test (#57807) 2019-06-14 13:47:26 -07:00
unarchive fix unarchive integration tests when LC_ALL is not set to en_US.UTF-8 (#58431) 2019-06-28 09:47:10 -07:00
unicode
until
uri cert validation fixes - Attempt 2 (#55953) 2019-05-31 16:35:25 -04:00
user Don't warn if local user is found in user database (#56838) 2019-07-31 12:14:22 -04:00
var_blending
var_precedence
var_templating Prevent vars premature templating (#56117) 2019-05-23 09:42:19 -04:00
vars_prompt
vault ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 2019-06-03 12:14:06 +02:00
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_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: Refactor vmware_cluster into several modules (#58468) 2019-08-01 10:35:29 +02:00
vmware_cluster_vsan VMware: Refactor vmware_cluster into several modules (#58468) 2019-08-01 10:35:29 +02:00
vmware_content_library_info vmware_content_library_info: init the functional test 2019-07-24 16:47:25 +02:00
vmware_content_library_manager VMWare: New Module for content library CRUD operations (#58716) 2019-07-12 09:34:05 -07:00
vmware_datacenter
vmware_datastore_cluster vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_datastore_facts vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_datastore_maintenancemode
vmware_drs_group vmware_guest: speed up vmware_guest tests 2019-07-26 14:07:01 +02:00
vmware_drs_group_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_drs_rule_facts vmware: test-refactoring 2019-05-23 17:40:19 -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_dvswitch vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_dvswitch_nioc vmware_dvswitch_nioc: fix the integration test (#58920) 2019-07-11 08:06:27 +05:30
vmware_dvswitch_pvlans vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_dvswitch_uplink_pg vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_evc_mode VMware: vmware_evc_mode: fix the functional tests (#56875) 2019-06-02 08:16:05 +05:30
vmware_folder_info VMware: Add new module vmware_folder_info (#54344) 2019-05-16 14:18:07 +05:30
vmware_guest vmware_guest: clone VM with attached CDROM 2019-07-30 14:09:07 +02:00
vmware_guest_boot_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_custom_attribute_defs
vmware_guest_custom_attributes vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_customization_facts
vmware_guest_disk_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_facts VMware: Use managed object id to find VM (#59143) 2019-07-18 07:38:12 +05:30
vmware_guest_find vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_move VMware: Fix vmware_guest_move undefined VM name error (#57582) 2019-06-13 13:07:26 +05:30
vmware_guest_network vmware_guest_network: fix the network look up 2019-07-25 14:02:52 +02:00
vmware_guest_powerstate vmware_guest: speed up vmware_guest tests 2019-07-26 14:07:01 +02:00
vmware_guest_screenshot VMware: Add new module vmware_guest_screenshot (#57449) 2019-07-01 15:58:05 +05:30
vmware_guest_sendkey fix the vm name 2019-07-10 12:19:55 +02:00
vmware_guest_snapshot vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_snapshot_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_guest_tools_wait vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host_acceptance
vmware_host_active_directory
vmware_host_capability_facts
vmware_host_config_facts
vmware_host_config_manager
vmware_host_datastore vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_host_dns_facts
vmware_host_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host_feature_facts
vmware_host_firewall_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host_firewall_manager VMware: Adding IP-Specific properties to ESXi host firewall config (#56733) 2019-07-01 16:13:58 +05:30
vmware_host_hyperthreading
vmware_host_ipv6
vmware_host_kernel_manager vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_host_ntp
vmware_host_ntp_facts
vmware_host_package_facts
vmware_host_powermgmt_policy vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host_powerstate
vmware_host_scanhba
vmware_host_service_facts
vmware_host_service_manager
vmware_host_snmp vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_host_ssl_facts
vmware_host_vmhba_facts
vmware_host_vmnic_facts
vmware_inventory VMware: Python3 migrations for vmware_inventory.py (#47538) 2019-06-25 15:40:13 +05:30
vmware_local_role_facts
vmware_local_role_manager
vmware_local_user_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_local_user_manager
vmware_maintenancemode
vmware_portgroup vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_portgroup_facts
vmware_resource_pool
vmware_resource_pool_facts
vmware_tag
vmware_target_canonical_facts
vmware_vcenter_settings
vmware_vcenter_statistics
vmware_vm_facts vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_vm_host_drs_rule vmware: test-refactoring 2019-05-23 17:40:19 -04:00
vmware_vm_storage_policy_info VMware: Add module vmware_vm_storage_policy_info (#56263) 2019-07-03 16:01:08 +05:30
vmware_vm_vm_drs_rule VMware: Updates the DRS rule without deletion (#57119) 2019-07-05 17:00:05 +05:30
vmware_vmkernel
vmware_vmkernel_facts
vmware_vspan_session
vmware_vswitch vmware: test-suite fixes 2019-06-13 20:23:33 -04:00
vmware_vswitch_facts
vsphere_file
vultr_account_info vultr: vultr_account_facts -> info (#57563) 2019-06-19 14:10:55 +02:00
vultr_block_storage
vultr_block_storage_facts
vultr_dns_domain
vultr_dns_domain_facts
vultr_dns_record
vultr_firewall_group
vultr_firewall_group_facts
vultr_firewall_rule
vultr_network
vultr_network_facts
vultr_os_info vultr: vultr_os_facts -> info (#57565) 2019-06-11 07:51:24 +02:00
vultr_plan_facts
vultr_region_facts
vultr_server vultr_server: implement support for IDs to match resources (#55762) 2019-06-09 13:34:25 +02:00
vultr_server_facts
vultr_ssh_key
vultr_ssh_key_info vultr: vultr_ssh_key_facts -> info (#57571) 2019-06-13 07:05:00 +02:00
vultr_startup_script
vultr_startup_script_facts
vultr_user
vultr_user_info vultr: vultr_user_facts -> info (#57564) 2019-06-11 07:49:24 +02:00
vyos_banner
vyos_command
vyos_config
vyos_facts
vyos_interface vyos interfacefix and test cases (#57169) 2019-05-31 16:13:40 +05:30
vyos_interfaces Add vyos_interfaces resource module (#58589) 2019-07-31 23:06:53 +05:30
vyos_l3_interface
vyos_linkagg
vyos_lldp
vyos_lldp_interface
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 many pslint fixes (#55862) 2019-07-09 05:41:58 +10:00
win_become Rebalance Windows CI groups based on recent delays to 2016 (#59838) 2019-08-01 07:44:49 +10:00
win_certificate_store Rebalance Windows CI groups based on recent delays to 2016 (#59838) 2019-08-01 07:44:49 +10:00
win_chocolatey win_chocolatey - honour version when bootstrapping chocolatey and fix package listing (#57208) 2019-06-05 09:10:10 +10:00
win_chocolatey_config
win_chocolatey_facts
win_chocolatey_feature
win_chocolatey_source
win_command Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_copy
win_credential
win_csharp_utils many pslint fixes (#55862) 2019-07-09 05:41:58 +10: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
win_domain_group win_domain_user and win_domain_group: add created result boolean (#57901) 2019-07-05 08:44:07 +10:00
win_domain_membership
win_dotnet_ngen
win_dsc
win_environment
win_eventlog
win_eventlog_entry
win_exec_wrapper
win_feature
win_fetch
win_file
win_find
win_firewall
win_firewall_rule win_firewall_rule: Only report changed when change is made (#57267) 2019-07-05 08:06:34 +10:00
win_format
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 Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_http_proxy
win_iis_webapppool
win_iis_webbinding
win_inet_proxy
win_lineinfile
win_mapped_drive
win_module_utils many pslint fixes (#55862) 2019-07-09 05:41:58 +10: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
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 Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_pagefile win_pagefile - Fix idempotency when same settings as current (#57893) 2019-06-25 13:19:59 -07:00
win_partition
win_path
win_pester Add support for test script parameters in win_pester (#58790) 2019-07-23 05:46:26 +10:00
win_ping many pslint fixes (#55862) 2019-07-09 05:41:58 +10:00
win_power_plan
win_product_facts
win_psexec Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_psmodule Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_psrepository
win_rabbitmq_plugin
win_raw
win_rds
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 win_scheduled_task: Fix start/end boundry triggers to allow for timezone sync (#57282) 2019-06-12 05:27:51 +10:00
win_scheduled_task_stat
win_script
win_security_policy
win_service Change S3 bucket urls to new method as per #56124 (#56418) 2019-05-14 20:50:56 -04:00
win_setup
win_share
win_shell win_shell - fix space escaping for custom executable (#57455) 2019-06-17 05:14:58 +10:00
win_shortcut
win_slurp
win_snmp
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_uri Windows - Add common util for web requests (#54759) 2019-07-22 08:42:24 +10:00
win_user
win_user_profile
win_user_right
win_wait_for
win_wait_for_process
win_wakeonlan
win_whoami
win_xml
windows-paths
xattr
xfs_quota
xml Order data in xml integration test (#59742) 2019-07-29 16:18:46 -04:00
yarn
yum yum: take care of stale/invalid yum.pid (#58457) 2019-06-27 15:24:14 -04:00
yum_repository
zabbix_host
zypper
zypper_repository