28 lines
661 B
YAML
28 lines
661 B
YAML
---
|
|
|
|
# Settings to Docker containers.
|
|
docker_namespace: robertdebock
|
|
docker_image: fedora
|
|
docker_tag: latest
|
|
|
|
# Your username on Galaxy.
|
|
galaxy_namespace: robertdebock
|
|
|
|
# Your username/organization name on GitHub.
|
|
github_namespace: robertdebock
|
|
|
|
# Your username/group on GitLab.
|
|
gitlab_namespace: robertdebock-iac
|
|
|
|
# Your name and optionally email-address.
|
|
author: Robert de Bock (robert@meinit.nl)
|
|
|
|
# The full URL to your website.
|
|
author_website: "https://robertdebock.nl/"
|
|
|
|
# The container to use for GitLab CI.
|
|
gitlab_container: "robertdebock/github-action-molecule:6.0.0"
|
|
|
|
# The molecule action to use.
|
|
molecule_action: "robertdebock/molecule-action@6.0.0"
|