Skip to content

Module to manage gcp cloud run services #548

Open
@perzizzle

Description

@perzizzle
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions