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 metadata startup-script support for Linux #278

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dfisiuk
Copy link
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
Member

apatard commented Dec 20, 2024

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

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