Skip to content

Instantly share code, notes, and snippets.

@Anthonyhawkins
Created June 8, 2021 17:26
Show Gist options
  • Save Anthonyhawkins/a10d67bb576753b2a1ffcf301228e3dd to your computer and use it in GitHub Desktop.
Save Anthonyhawkins/a10d67bb576753b2a1ffcf301228e3dd to your computer and use it in GitHub Desktop.
{% for tile, config in tiles.items() %}
- name: {{ "product-" + tile }}
type: pivnet
source:
api_token: pivnet_token
product_slug: image-slug
product_version: {{ config['ver'] }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment