Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCE: Added network tags support #272

Conversation

dfisiuk
Copy link
Contributor

@dfisiuk dfisiuk commented Oct 2, 2024

GCE: Added network tags support
Tags are used to identify valid sources or targets for network firewalls.
For example: It allows to get ssh access to run Molecule tests

In molecule.yml

platforms:

  • name: 'molecule-instance'
    tags:
    items:
    - 'allow-ssh'

Copy link
Member

@apatard apatard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't test the GCE plugin but this change looks fine. Let's get it merged

@apatard apatard force-pushed the feature/molecule-plugins-gce-network-tags branch from e93f4fb to b945edd Compare October 4, 2024 18:52
@apatard apatard enabled auto-merge (squash) October 4, 2024 18:52
@apatard apatard merged commit 1555b61 into ansible-community:main Oct 4, 2024
11 checks passed
@dfisiuk dfisiuk deleted the feature/molecule-plugins-gce-network-tags branch October 7, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gce
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants