diff --git a/plugins/modules/gcp_compute_address_info.py b/plugins/modules/gcp_compute_address_info.py index c542cdf..93e3ee8 100644 --- a/plugins/modules/gcp_compute_address_info.py +++ b/plugins/modules/gcp_compute_address_info.py @@ -58,7 +58,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a address +- name: get info on an address gcp_compute_address_info: region: us-west1 filters: diff --git a/plugins/modules/gcp_compute_autoscaler_info.py b/plugins/modules/gcp_compute_autoscaler_info.py index aea31d2..1848184 100644 --- a/plugins/modules/gcp_compute_autoscaler_info.py +++ b/plugins/modules/gcp_compute_autoscaler_info.py @@ -55,7 +55,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a autoscaler +- name: get info on an autoscaler gcp_compute_autoscaler_info: zone: us-central1-a filters: diff --git a/plugins/modules/gcp_compute_backend_service.py b/plugins/modules/gcp_compute_backend_service.py index a368ca2..5914d97 100644 --- a/plugins/modules/gcp_compute_backend_service.py +++ b/plugins/modules/gcp_compute_backend_service.py @@ -355,7 +355,7 @@ EXAMPLES = ''' state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-backendservice healthy_threshold: 10 diff --git a/plugins/modules/gcp_compute_global_forwarding_rule.py b/plugins/modules/gcp_compute_global_forwarding_rule.py index b3fda8c..4f1832e 100644 --- a/plugins/modules/gcp_compute_global_forwarding_rule.py +++ b/plugins/modules/gcp_compute_global_forwarding_rule.py @@ -174,7 +174,7 @@ EXAMPLES = ''' state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-globalforwardingrule healthy_threshold: 10 @@ -201,7 +201,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-globalforwardingrule default_service: "{{ backendservice }}" @@ -211,7 +211,7 @@ EXAMPLES = ''' state: present register: urlmap -- name: create a target http proxy +- name: create a target HTTP proxy gcp_compute_target_http_proxy: name: targethttpproxy-globalforwardingrule url_map: "{{ urlmap }}" diff --git a/plugins/modules/gcp_compute_http_health_check.py b/plugins/modules/gcp_compute_http_health_check.py index c949291..fab9411 100644 --- a/plugins/modules/gcp_compute_http_health_check.py +++ b/plugins/modules/gcp_compute_http_health_check.py @@ -120,7 +120,7 @@ notes: ''' EXAMPLES = ''' -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: test_object healthy_threshold: 10 diff --git a/plugins/modules/gcp_compute_http_health_check_info.py b/plugins/modules/gcp_compute_http_health_check_info.py index 1e332ef..62bb56f 100644 --- a/plugins/modules/gcp_compute_http_health_check_info.py +++ b/plugins/modules/gcp_compute_http_health_check_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a http health check +- name: get info on a HTTP health check gcp_compute_http_health_check_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_https_health_check.py b/plugins/modules/gcp_compute_https_health_check.py index 73b7c4b..05bc76a 100644 --- a/plugins/modules/gcp_compute_https_health_check.py +++ b/plugins/modules/gcp_compute_https_health_check.py @@ -117,7 +117,7 @@ notes: ''' EXAMPLES = ''' -- name: create a https health check +- name: create a HTTPS health check gcp_compute_https_health_check: name: test_object healthy_threshold: 10 diff --git a/plugins/modules/gcp_compute_https_health_check_info.py b/plugins/modules/gcp_compute_https_health_check_info.py index 8651686..7101935 100644 --- a/plugins/modules/gcp_compute_https_health_check_info.py +++ b/plugins/modules/gcp_compute_https_health_check_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a https health check +- name: get info on a HTTPS health check gcp_compute_https_health_check_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_image_info.py b/plugins/modules/gcp_compute_image_info.py index da12539..4ea5d7c 100644 --- a/plugins/modules/gcp_compute_image_info.py +++ b/plugins/modules/gcp_compute_image_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a image +- name: get info on an image gcp_compute_image_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_instance_group_info.py b/plugins/modules/gcp_compute_instance_group_info.py index 7a4753a..493a579 100644 --- a/plugins/modules/gcp_compute_instance_group_info.py +++ b/plugins/modules/gcp_compute_instance_group_info.py @@ -57,7 +57,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance group +- name: get info on an instance group gcp_compute_instance_group_info: zone: us-central1-a filters: diff --git a/plugins/modules/gcp_compute_instance_group_manager_info.py b/plugins/modules/gcp_compute_instance_group_manager_info.py index 9f1013b..ef7b9d4 100644 --- a/plugins/modules/gcp_compute_instance_group_manager_info.py +++ b/plugins/modules/gcp_compute_instance_group_manager_info.py @@ -57,7 +57,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance group manager +- name: get info on an instance group manager gcp_compute_instance_group_manager_info: zone: us-west1-a filters: diff --git a/plugins/modules/gcp_compute_instance_info.py b/plugins/modules/gcp_compute_instance_info.py index 8eac6c3..8095f55 100644 --- a/plugins/modules/gcp_compute_instance_info.py +++ b/plugins/modules/gcp_compute_instance_info.py @@ -57,7 +57,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance +- name: get info on an instance gcp_compute_instance_info: zone: us-central1-a filters: diff --git a/plugins/modules/gcp_compute_instance_template_info.py b/plugins/modules/gcp_compute_instance_template_info.py index 5d4bd96..1db5b29 100644 --- a/plugins/modules/gcp_compute_instance_template_info.py +++ b/plugins/modules/gcp_compute_instance_template_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance template +- name: get info on an instance template gcp_compute_instance_template_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_interconnect_attachment_info.py b/plugins/modules/gcp_compute_interconnect_attachment_info.py index 52791da..12be2a8 100644 --- a/plugins/modules/gcp_compute_interconnect_attachment_info.py +++ b/plugins/modules/gcp_compute_interconnect_attachment_info.py @@ -57,7 +57,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a interconnect attachment +- name: get info on an interconnect attachment gcp_compute_interconnect_attachment_info: region: us-central1 filters: diff --git a/plugins/modules/gcp_compute_ssl_certificate.py b/plugins/modules/gcp_compute_ssl_certificate.py index fa230ae..2e54a10 100644 --- a/plugins/modules/gcp_compute_ssl_certificate.py +++ b/plugins/modules/gcp_compute_ssl_certificate.py @@ -84,7 +84,7 @@ notes: ''' EXAMPLES = ''' -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: test_object description: A certificate for testing. Do not use this certificate in production diff --git a/plugins/modules/gcp_compute_ssl_certificate_info.py b/plugins/modules/gcp_compute_ssl_certificate_info.py index 8528e30..bf782b5 100644 --- a/plugins/modules/gcp_compute_ssl_certificate_info.py +++ b/plugins/modules/gcp_compute_ssl_certificate_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a ssl certificate +- name: get info on a SSL certificate gcp_compute_ssl_certificate_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_ssl_policy.py b/plugins/modules/gcp_compute_ssl_policy.py index f0be161..889a563 100644 --- a/plugins/modules/gcp_compute_ssl_policy.py +++ b/plugins/modules/gcp_compute_ssl_policy.py @@ -95,7 +95,7 @@ notes: ''' EXAMPLES = ''' -- name: create a ssl policy +- name: create a SSL policy gcp_compute_ssl_policy: name: test_object profile: CUSTOM diff --git a/plugins/modules/gcp_compute_ssl_policy_info.py b/plugins/modules/gcp_compute_ssl_policy_info.py index 1179b07..7509097 100644 --- a/plugins/modules/gcp_compute_ssl_policy_info.py +++ b/plugins/modules/gcp_compute_ssl_policy_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a ssl policy +- name: get info on a SSL policy gcp_compute_ssl_policy_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_target_http_proxy.py b/plugins/modules/gcp_compute_target_http_proxy.py index 0095aea..710ae0b 100644 --- a/plugins/modules/gcp_compute_target_http_proxy.py +++ b/plugins/modules/gcp_compute_target_http_proxy.py @@ -92,7 +92,7 @@ EXAMPLES = ''' state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpproxy healthy_threshold: 10 @@ -119,7 +119,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-targethttpproxy default_service: "{{ backendservice }}" @@ -129,7 +129,7 @@ EXAMPLES = ''' state: present register: urlmap -- name: create a target http proxy +- name: create a target HTTP proxy gcp_compute_target_http_proxy: name: test_object url_map: "{{ urlmap }}" diff --git a/plugins/modules/gcp_compute_target_http_proxy_info.py b/plugins/modules/gcp_compute_target_http_proxy_info.py index d244e88..0188497 100644 --- a/plugins/modules/gcp_compute_target_http_proxy_info.py +++ b/plugins/modules/gcp_compute_target_http_proxy_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a target http proxy +- name: get info on a target HTTP proxy gcp_compute_target_http_proxy_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_target_https_proxy.py b/plugins/modules/gcp_compute_target_https_proxy.py index 1d1232b..64d0bf2 100644 --- a/plugins/modules/gcp_compute_target_https_proxy.py +++ b/plugins/modules/gcp_compute_target_https_proxy.py @@ -123,7 +123,7 @@ EXAMPLES = ''' state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpsproxy healthy_threshold: 10 @@ -150,7 +150,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-targethttpsproxy default_service: "{{ backendservice }}" @@ -160,7 +160,7 @@ EXAMPLES = ''' state: present register: urlmap -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targethttpsproxy description: A certificate for testing. Do not use this certificate in production @@ -194,7 +194,7 @@ EXAMPLES = ''' state: present register: sslcert -- name: create a target https proxy +- name: create a target HTTPS proxy gcp_compute_target_https_proxy: name: test_object ssl_certificates: diff --git a/plugins/modules/gcp_compute_target_https_proxy_info.py b/plugins/modules/gcp_compute_target_https_proxy_info.py index 91f32e5..c1fee8f 100644 --- a/plugins/modules/gcp_compute_target_https_proxy_info.py +++ b/plugins/modules/gcp_compute_target_https_proxy_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a target https proxy +- name: get info on a target HTTPS proxy gcp_compute_target_https_proxy_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_target_ssl_proxy.py b/plugins/modules/gcp_compute_target_ssl_proxy.py index 6f58d41..ce0367c 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy.py @@ -149,7 +149,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targetsslproxy description: A certificate for testing. Do not use this certificate in production @@ -183,7 +183,7 @@ EXAMPLES = ''' state: present register: sslcert -- name: create a target ssl proxy +- name: create a target SSL proxy gcp_compute_target_ssl_proxy: name: test_object ssl_certificates: diff --git a/plugins/modules/gcp_compute_target_ssl_proxy_info.py b/plugins/modules/gcp_compute_target_ssl_proxy_info.py index a8d0390..1c5e023 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy_info.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a target ssl proxy +- name: get info on a target SSL proxy gcp_compute_target_ssl_proxy_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_target_tcp_proxy.py b/plugins/modules/gcp_compute_target_tcp_proxy.py index b7ced27..2ed8924 100644 --- a/plugins/modules/gcp_compute_target_tcp_proxy.py +++ b/plugins/modules/gcp_compute_target_tcp_proxy.py @@ -129,7 +129,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a target tcp proxy +- name: create a target TCP proxy gcp_compute_target_tcp_proxy: name: test_object proxy_header: PROXY_V1 diff --git a/plugins/modules/gcp_compute_target_tcp_proxy_info.py b/plugins/modules/gcp_compute_target_tcp_proxy_info.py index 8246cce..2058f6b 100644 --- a/plugins/modules/gcp_compute_target_tcp_proxy_info.py +++ b/plugins/modules/gcp_compute_target_tcp_proxy_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a target tcp proxy +- name: get info on a target TCP proxy gcp_compute_target_tcp_proxy_info: filters: - name = test_object diff --git a/plugins/modules/gcp_compute_url_map.py b/plugins/modules/gcp_compute_url_map.py index f747e6e..5b4895f 100644 --- a/plugins/modules/gcp_compute_url_map.py +++ b/plugins/modules/gcp_compute_url_map.py @@ -198,7 +198,7 @@ EXAMPLES = ''' state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-urlmap healthy_threshold: 10 @@ -225,7 +225,7 @@ EXAMPLES = ''' state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: test_object default_service: "{{ backendservice }}" diff --git a/plugins/modules/gcp_compute_url_map_info.py b/plugins/modules/gcp_compute_url_map_info.py index af173d3..5ab2e6d 100644 --- a/plugins/modules/gcp_compute_url_map_info.py +++ b/plugins/modules/gcp_compute_url_map_info.py @@ -52,7 +52,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a url map +- name: get info on an URL map gcp_compute_url_map_info: filters: - name = test_object diff --git a/plugins/modules/gcp_redis_instance_info.py b/plugins/modules/gcp_redis_instance_info.py index 456c448..213b0c7 100644 --- a/plugins/modules/gcp_redis_instance_info.py +++ b/plugins/modules/gcp_redis_instance_info.py @@ -51,7 +51,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance +- name: get info on an instance gcp_redis_instance_info: region: us-central1 project: test_project diff --git a/plugins/modules/gcp_spanner_instance_info.py b/plugins/modules/gcp_spanner_instance_info.py index 558afe8..375ea6d 100644 --- a/plugins/modules/gcp_spanner_instance_info.py +++ b/plugins/modules/gcp_spanner_instance_info.py @@ -46,7 +46,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance +- name: get info on an instance gcp_spanner_instance_info: project: test_project auth_kind: serviceaccount diff --git a/plugins/modules/gcp_sql_instance_info.py b/plugins/modules/gcp_sql_instance_info.py index c40c38a..41e545a 100644 --- a/plugins/modules/gcp_sql_instance_info.py +++ b/plugins/modules/gcp_sql_instance_info.py @@ -46,7 +46,7 @@ extends_documentation_fragment: gcp ''' EXAMPLES = ''' -- name: get info on a instance +- name: get info on an instance gcp_sql_instance_info: project: test_project auth_kind: serviceaccount diff --git a/tests/integration/gcp_compute_backend_service/tasks/main.yml b/tests/integration/gcp_compute_backend_service/tasks/main.yml index b93a9bd..60fa24c 100644 --- a/tests/integration/gcp_compute_backend_service/tasks/main.yml +++ b/tests/integration/gcp_compute_backend_service/tasks/main.yml @@ -22,7 +22,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-backendservice healthy_threshold: 10 @@ -149,7 +149,7 @@ #--------------------------------------------------------- # Post-test teardown # If errors happen, don't crash the playbook! -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-backendservice healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_global_forwarding_rule/tasks/main.yml b/tests/integration/gcp_compute_global_forwarding_rule/tasks/main.yml index 2b04b73..234f036 100644 --- a/tests/integration/gcp_compute_global_forwarding_rule/tasks/main.yml +++ b/tests/integration/gcp_compute_global_forwarding_rule/tasks/main.yml @@ -30,7 +30,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-globalforwardingrule healthy_threshold: 10 @@ -55,7 +55,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-globalforwardingrule default_service: "{{ backendservice }}" @@ -64,7 +64,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: urlmap -- name: create a target http proxy +- name: create a target HTTP proxy gcp_compute_target_http_proxy: name: targethttpproxy-globalforwardingrule url_map: "{{ urlmap }}" @@ -183,7 +183,7 @@ #--------------------------------------------------------- # Post-test teardown # If errors happen, don't crash the playbook! -- name: delete a target http proxy +- name: delete a target HTTP proxy gcp_compute_target_http_proxy: name: targethttpproxy-globalforwardingrule url_map: "{{ urlmap }}" @@ -193,7 +193,7 @@ state: absent register: httpproxy ignore_errors: true -- name: delete a url map +- name: delete a URL map gcp_compute_url_map: name: urlmap-globalforwardingrule default_service: "{{ backendservice }}" @@ -217,7 +217,7 @@ state: absent register: backendservice ignore_errors: true -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-globalforwardingrule healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_http_health_check/tasks/main.yml b/tests/integration/gcp_compute_http_health_check/tasks/main.yml index 0ed41a0..5e27f31 100644 --- a/tests/integration/gcp_compute_http_health_check/tasks/main.yml +++ b/tests/integration/gcp_compute_http_health_check/tasks/main.yml @@ -13,7 +13,7 @@ # # ---------------------------------------------------------------------------- # Pre-test setup -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -25,7 +25,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -56,7 +56,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a http health check that already exists +- name: create a HTTP health check that already exists gcp_compute_http_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -73,7 +73,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -104,7 +104,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a http health check that does not exist +- name: delete a HTTP health check that does not exist gcp_compute_http_health_check: name: "{{ resource_name }}" healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_https_health_check/tasks/main.yml b/tests/integration/gcp_compute_https_health_check/tasks/main.yml index 5935bad..7d34fc8 100644 --- a/tests/integration/gcp_compute_https_health_check/tasks/main.yml +++ b/tests/integration/gcp_compute_https_health_check/tasks/main.yml @@ -13,7 +13,7 @@ # # ---------------------------------------------------------------------------- # Pre-test setup -- name: delete a https health check +- name: delete a HTTPS health check gcp_compute_https_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -25,7 +25,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a https health check +- name: create a HTTPS health check gcp_compute_https_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -56,7 +56,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a https health check that already exists +- name: create a HTTPS health check that already exists gcp_compute_https_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -73,7 +73,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a https health check +- name: delete a HTTPS health check gcp_compute_https_health_check: name: "{{ resource_name }}" healthy_threshold: 10 @@ -104,7 +104,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a https health check that does not exist +- name: delete a HTTPS health check that does not exist gcp_compute_https_health_check: name: "{{ resource_name }}" healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_ssl_certificate/tasks/main.yml b/tests/integration/gcp_compute_ssl_certificate/tasks/main.yml index aaf7a47..efc9f99 100644 --- a/tests/integration/gcp_compute_ssl_certificate/tasks/main.yml +++ b/tests/integration/gcp_compute_ssl_certificate/tasks/main.yml @@ -13,7 +13,7 @@ # # ---------------------------------------------------------------------------- # Pre-test setup -- name: delete a ssl certificate +- name: delete a SSL certificate gcp_compute_ssl_certificate: name: "{{ resource_name }}" description: A certificate for testing. Do not use this certificate in production @@ -46,7 +46,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: "{{ resource_name }}" description: A certificate for testing. Do not use this certificate in production @@ -98,7 +98,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a ssl certificate that already exists +- name: create a SSL certificate that already exists gcp_compute_ssl_certificate: name: "{{ resource_name }}" description: A certificate for testing. Do not use this certificate in production @@ -136,7 +136,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a ssl certificate +- name: delete a SSL certificate gcp_compute_ssl_certificate: name: "{{ resource_name }}" description: A certificate for testing. Do not use this certificate in production @@ -188,7 +188,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a ssl certificate that does not exist +- name: delete a SSL certificate that does not exist gcp_compute_ssl_certificate: name: "{{ resource_name }}" description: A certificate for testing. Do not use this certificate in production diff --git a/tests/integration/gcp_compute_ssl_policy/tasks/main.yml b/tests/integration/gcp_compute_ssl_policy/tasks/main.yml index 8c0b6f7..455bb1b 100644 --- a/tests/integration/gcp_compute_ssl_policy/tasks/main.yml +++ b/tests/integration/gcp_compute_ssl_policy/tasks/main.yml @@ -13,7 +13,7 @@ # # ---------------------------------------------------------------------------- # Pre-test setup -- name: delete a ssl policy +- name: delete a SSL policy gcp_compute_ssl_policy: name: "{{ resource_name }}" profile: CUSTOM @@ -26,7 +26,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a ssl policy +- name: create a SSL policy gcp_compute_ssl_policy: name: "{{ resource_name }}" profile: CUSTOM @@ -58,7 +58,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a ssl policy that already exists +- name: create a SSL policy that already exists gcp_compute_ssl_policy: name: "{{ resource_name }}" profile: CUSTOM @@ -76,7 +76,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a ssl policy +- name: delete a SSL policy gcp_compute_ssl_policy: name: "{{ resource_name }}" profile: CUSTOM @@ -108,7 +108,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a ssl policy that does not exist +- name: delete a SSL policy that does not exist gcp_compute_ssl_policy: name: "{{ resource_name }}" profile: CUSTOM diff --git a/tests/integration/gcp_compute_target_http_proxy/tasks/main.yml b/tests/integration/gcp_compute_target_http_proxy/tasks/main.yml index 06b8cb8..441871f 100644 --- a/tests/integration/gcp_compute_target_http_proxy/tasks/main.yml +++ b/tests/integration/gcp_compute_target_http_proxy/tasks/main.yml @@ -22,7 +22,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpproxy healthy_threshold: 10 @@ -47,7 +47,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-targethttpproxy default_service: "{{ backendservice }}" @@ -56,7 +56,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: urlmap -- name: delete a target http proxy +- name: delete a target HTTP proxy gcp_compute_target_http_proxy: name: "{{ resource_name }}" url_map: "{{ urlmap }}" @@ -65,7 +65,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a target http proxy +- name: create a target HTTP proxy gcp_compute_target_http_proxy: name: "{{ resource_name }}" url_map: "{{ urlmap }}" @@ -93,7 +93,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a target http proxy that already exists +- name: create a target HTTP proxy that already exists gcp_compute_target_http_proxy: name: "{{ resource_name }}" url_map: "{{ urlmap }}" @@ -107,7 +107,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a target http proxy +- name: delete a target HTTP proxy gcp_compute_target_http_proxy: name: "{{ resource_name }}" url_map: "{{ urlmap }}" @@ -135,7 +135,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a target http proxy that does not exist +- name: delete a target HTTP proxy that does not exist gcp_compute_target_http_proxy: name: "{{ resource_name }}" url_map: "{{ urlmap }}" @@ -151,7 +151,7 @@ #--------------------------------------------------------- # Post-test teardown # If errors happen, don't crash the playbook! -- name: delete a url map +- name: delete a URL map gcp_compute_url_map: name: urlmap-targethttpproxy default_service: "{{ backendservice }}" @@ -175,7 +175,7 @@ state: absent register: backendservice ignore_errors: true -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpproxy healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_target_https_proxy/tasks/main.yml b/tests/integration/gcp_compute_target_https_proxy/tasks/main.yml index 72af987..b18a08b 100644 --- a/tests/integration/gcp_compute_target_https_proxy/tasks/main.yml +++ b/tests/integration/gcp_compute_target_https_proxy/tasks/main.yml @@ -22,7 +22,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpsproxy healthy_threshold: 10 @@ -47,7 +47,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: urlmap-targethttpsproxy default_service: "{{ backendservice }}" @@ -56,7 +56,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: urlmap -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targethttpsproxy description: A certificate for testing. Do not use this certificate in production @@ -89,7 +89,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: sslcert -- name: delete a target https proxy +- name: delete a target HTTPS proxy gcp_compute_target_https_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -100,7 +100,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a target https proxy +- name: create a target HTTPS proxy gcp_compute_target_https_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -130,7 +130,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a target https proxy that already exists +- name: create a target HTTPS proxy that already exists gcp_compute_target_https_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -146,7 +146,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a target https proxy +- name: delete a target HTTPS proxy gcp_compute_target_https_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -176,7 +176,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a target https proxy that does not exist +- name: delete a target HTTPS proxy that does not exist gcp_compute_target_https_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -194,7 +194,7 @@ #--------------------------------------------------------- # Post-test teardown # If errors happen, don't crash the playbook! -- name: delete a ssl certificate +- name: delete a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targethttpsproxy description: A certificate for testing. Do not use this certificate in production @@ -228,7 +228,7 @@ state: absent register: sslcert ignore_errors: true -- name: delete a url map +- name: delete a URL map gcp_compute_url_map: name: urlmap-targethttpsproxy default_service: "{{ backendservice }}" @@ -252,7 +252,7 @@ state: absent register: backendservice ignore_errors: true -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-targethttpsproxy healthy_threshold: 10 diff --git a/tests/integration/gcp_compute_target_ssl_proxy/tasks/main.yml b/tests/integration/gcp_compute_target_ssl_proxy/tasks/main.yml index f1f31f3..f9da704 100644 --- a/tests/integration/gcp_compute_target_ssl_proxy/tasks/main.yml +++ b/tests/integration/gcp_compute_target_ssl_proxy/tasks/main.yml @@ -51,7 +51,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: create a ssl certificate +- name: create a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targetsslproxy description: A certificate for testing. Do not use this certificate in production @@ -84,7 +84,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: sslcert -- name: delete a target ssl proxy +- name: delete a target SSL proxy gcp_compute_target_ssl_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -95,7 +95,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a target ssl proxy +- name: create a target SSL proxy gcp_compute_target_ssl_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -125,7 +125,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a target ssl proxy that already exists +- name: create a target SSL proxy that already exists gcp_compute_target_ssl_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -141,7 +141,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a target ssl proxy +- name: delete a target SSL proxy gcp_compute_target_ssl_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -171,7 +171,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a target ssl proxy that does not exist +- name: delete a target SSL proxy that does not exist gcp_compute_target_ssl_proxy: name: "{{ resource_name }}" ssl_certificates: @@ -189,7 +189,7 @@ #--------------------------------------------------------- # Post-test teardown # If errors happen, don't crash the playbook! -- name: delete a ssl certificate +- name: delete a SSL certificate gcp_compute_ssl_certificate: name: sslcert-targetsslproxy description: A certificate for testing. Do not use this certificate in production diff --git a/tests/integration/gcp_compute_target_tcp_proxy/tasks/main.yml b/tests/integration/gcp_compute_target_tcp_proxy/tasks/main.yml index 8f24675..8385d59 100644 --- a/tests/integration/gcp_compute_target_tcp_proxy/tasks/main.yml +++ b/tests/integration/gcp_compute_target_tcp_proxy/tasks/main.yml @@ -51,7 +51,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: delete a target tcp proxy +- name: delete a target TCP proxy gcp_compute_target_tcp_proxy: name: "{{ resource_name }}" proxy_header: PROXY_V1 @@ -61,7 +61,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a target tcp proxy +- name: create a target TCP proxy gcp_compute_target_tcp_proxy: name: "{{ resource_name }}" proxy_header: PROXY_V1 @@ -90,7 +90,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a target tcp proxy that already exists +- name: create a target TCP proxy that already exists gcp_compute_target_tcp_proxy: name: "{{ resource_name }}" proxy_header: PROXY_V1 @@ -105,7 +105,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a target tcp proxy +- name: delete a target TCP proxy gcp_compute_target_tcp_proxy: name: "{{ resource_name }}" proxy_header: PROXY_V1 @@ -134,7 +134,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a target tcp proxy that does not exist +- name: delete a target TCP proxy that does not exist gcp_compute_target_tcp_proxy: name: "{{ resource_name }}" proxy_header: PROXY_V1 diff --git a/tests/integration/gcp_compute_url_map/tasks/main.yml b/tests/integration/gcp_compute_url_map/tasks/main.yml index 1aec572..b05a23a 100644 --- a/tests/integration/gcp_compute_url_map/tasks/main.yml +++ b/tests/integration/gcp_compute_url_map/tasks/main.yml @@ -22,7 +22,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: instancegroup -- name: create a http health check +- name: create a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-urlmap healthy_threshold: 10 @@ -47,7 +47,7 @@ service_account_file: "{{ gcp_cred_file }}" state: present register: backendservice -- name: delete a url map +- name: delete a URL map gcp_compute_url_map: name: "{{ resource_name }}" default_service: "{{ backendservice }}" @@ -56,7 +56,7 @@ service_account_file: "{{ gcp_cred_file }}" state: absent #---------------------------------------------------------- -- name: create a url map +- name: create a URL map gcp_compute_url_map: name: "{{ resource_name }}" default_service: "{{ backendservice }}" @@ -84,7 +84,7 @@ that: - results['resources'] | length == 1 # ---------------------------------------------------------------------------- -- name: create a url map that already exists +- name: create a URL map that already exists gcp_compute_url_map: name: "{{ resource_name }}" default_service: "{{ backendservice }}" @@ -98,7 +98,7 @@ that: - result.changed == false #---------------------------------------------------------- -- name: delete a url map +- name: delete a URL map gcp_compute_url_map: name: "{{ resource_name }}" default_service: "{{ backendservice }}" @@ -126,7 +126,7 @@ that: - results['resources'] | length == 0 # ---------------------------------------------------------------------------- -- name: delete a url map that does not exist +- name: delete a URL map that does not exist gcp_compute_url_map: name: "{{ resource_name }}" default_service: "{{ backendservice }}" @@ -156,7 +156,7 @@ state: absent register: backendservice ignore_errors: true -- name: delete a http health check +- name: delete a HTTP health check gcp_compute_http_health_check: name: httphealthcheck-urlmap healthy_threshold: 10