ansible-collections / ansible-collections/google.cloud
Create private connection using Ansible module
Open
stale
- Dominant language
- Python
- Stars
- 105
- Forks
- 144
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 4
Description
I need Ansible module equivalent for this gcloud CLI command.
```
gcloud services vpc-peerings connect --service=servicenetworking.googleapis.com --ranges= --network=
```
As far as I tried I couldn't get the desired result in Ansible.
Contributor guide
Research direction
Start by finding the collection's existing networking modules and compare their interfaces with the `gcloud services vpc-peerings connect` command shown in the issue. The work is done when an Ansible module can create the private connection using the service, allocated IP range, and VPC network inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, google-cloud, python
- Domain
- cloud, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100