Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaeldegail/googlecloudy
This collection provides modules for the Google Cloud Platform with IAM and other resources missing from the official one.
https://github.com/raphaeldegail/googlecloudy
ansible ansible-collection ansible-galaxy ansible-modules google google-cloud google-cloud-platform
Last synced: 27 days ago
JSON representation
This collection provides modules for the Google Cloud Platform with IAM and other resources missing from the official one.
- Host: GitHub
- URL: https://github.com/raphaeldegail/googlecloudy
- Owner: RaphaeldeGail
- License: gpl-3.0
- Created: 2024-08-29T10:31:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T16:48:37.000Z (4 months ago)
- Last Synced: 2024-10-28T08:27:55.506Z (2 months ago)
- Topics: ansible, ansible-collection, ansible-galaxy, ansible-modules, google, google-cloud, google-cloud-platform
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Googlecloudy Ansible Collection
This collection provides modules for the Google Cloud Platform with IAM and other resources missing from the official one.This collection works with Ansible 2.16+
# Installation
```bash
ansible-galaxy collection install raphaeldegail.googlecloudy
```# Resources Supported
* Billing (gcp_billing_association, gcp_billing_account_iam)
* Cloud Identity Group (gcp_cloudidentity_group, gcp_cloudidentity_group_membership)
* Cloud IAM Workload Identity (gcp_iam_workloadidentitypool, gcp_iam_identityprovider)
* Cloud IAM Organization Role (gcp_iam_organization_role)
* Cloud IAM ServiceAccount (gcp_iam_service_account, gcp_iam_service_account_iam)
* Resource Manager Folder (gcp_resourcemanager_folder, gcp_resourcemanager_folder_iam)
* Resource Manager Organization (gcp_resourcemanager_organization_info, gcp_resourcemanager_organization_iam, gcp_resourcemanager_organization_iam_binding)
* Resource Manager Project (gcp_resourcemanager_project_iam)
* Resource Manager Tag (gcp_resourcemanager_tagkey, gcp_resourcemanager_tagkey_iam)