Skip to content

GCE: added metadata startup-script support for Linux#278

Open
dfisiuk wants to merge 3 commits intoansible-community:mainfrom
dfisiuk:feature/gce-metadata-startup-script
Open

GCE: added metadata startup-script support for Linux#278
dfisiuk wants to merge 3 commits intoansible-community:mainfrom
dfisiuk:feature/gce-metadata-startup-script

Conversation

@dfisiuk
Copy link
Copy Markdown
Contributor

@dfisiuk dfisiuk commented Oct 8, 2024

GCE: added metadata startup-script support for Linux

In some cases, the Ansible playbook depends on metadata startup-script.

startup_script_path key can be omitted if it is not required.

See molecule.yml code snippet:

`
driver:
name: 'gce'
instance_os_type: linux
platforms:

  • name: 'molecule-instance'
    startup_script_path: '${MOLECULE_PROJECT_DIRECTORY}/startup-script.sh'
    `

@apatard
Copy link
Copy Markdown
Member

apatard commented Dec 20, 2024

What about startup-script-url ? would it be useful too ?

@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 8, 2025

Label error. Requires exactly 1 of: breaking, build, chore, ci, docs, feat, fix, perf, refactor, style, test. Found: gce. Follow https://www.conventionalcommits.org to get auto-labeling to work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants