Ansible - Regional SSL Certs + Health Check (#3210) (#174)

* done

* first try!

* copyright

* changing examples

* removing google provider

* test fixes

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-03-17 15:56:54 -07:00 committed by GitHub
commit 0be2684fe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1966 additions and 0 deletions

View file

@ -16,6 +16,7 @@
- name: delete a SSL certificate
google.cloud.gcp_compute_ssl_certificate:
name: "{{ resource_name }}"
region: us-central1
description: A certificate for testing. Do not use this certificate in production
certificate: |-
-----BEGIN CERTIFICATE-----
@ -49,6 +50,7 @@
- name: create a SSL certificate
google.cloud.gcp_compute_ssl_certificate:
name: "{{ resource_name }}"
region: us-central1
description: A certificate for testing. Do not use this certificate in production
certificate: |-
-----BEGIN CERTIFICATE-----
@ -101,6 +103,7 @@
- name: create a SSL certificate that already exists
google.cloud.gcp_compute_ssl_certificate:
name: "{{ resource_name }}"
region: us-central1
description: A certificate for testing. Do not use this certificate in production
certificate: |-
-----BEGIN CERTIFICATE-----
@ -139,6 +142,7 @@
- name: delete a SSL certificate
google.cloud.gcp_compute_ssl_certificate:
name: "{{ resource_name }}"
region: us-central1
description: A certificate for testing. Do not use this certificate in production
certificate: |-
-----BEGIN CERTIFICATE-----
@ -191,6 +195,7 @@
- name: delete a SSL certificate that does not exist
google.cloud.gcp_compute_ssl_certificate:
name: "{{ resource_name }}"
region: us-central1
description: A certificate for testing. Do not use this certificate in production
certificate: |-
-----BEGIN CERTIFICATE-----