Open
Description
SUMMARY
We are beginning to leverage GCP cloud run services and would like to use ansible to manage them. I don't see an existing modules to do this.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
google.cloud.gcp_cloud_run
ADDITIONAL INFORMATION
This module would allow you to create a cloud run job or service by passing in a service.yml definition
- name: Create cloud run service
google.cloud.gcp_cloud_run:
name: test-cloudrun
type: service
service_definition: '{{ lookup("file","/tmp/service.yml")
auth_kind: serviceaccount
service_account_file: "/tmp/auth.pem"
state: present