Skip to content

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