82 lines
1.3 KiB
YAML
82 lines
1.3 KiB
YAML
---
|
|
# Setting to generate files.
|
|
|
|
# Settings to Docker containers.
|
|
docker_namespace: robertdebock
|
|
docker_image: fedora
|
|
docker_tag: latest
|
|
|
|
# References to travis use a namespace, this is likely your username on Travis.
|
|
travis_namespace: robertdebock
|
|
|
|
# Documentation refers to Ansible Galaxy. this is likely your username on Galaxy.
|
|
galaxy_namespace: robertdebock
|
|
|
|
# Your username/organization name on GitHub.
|
|
github_namespace: robertdebock
|
|
|
|
# Your name and optionally email-address.
|
|
author: Robert de Bock (robert@meinit.nl)
|
|
|
|
# The full URL to your website.
|
|
author_website: "https://robertdebock.nl/"
|
|
|
|
platform_image_mapping:
|
|
Fedora: fedora
|
|
OpenSUSE: opensuse
|
|
Amazon: amazonlinux
|
|
EL: centos
|
|
Alpine: alpine
|
|
Debian: debian
|
|
Ubuntu: ubuntu
|
|
|
|
distribution_version_mapping:
|
|
Alpine:
|
|
all:
|
|
- latest
|
|
- edge
|
|
Amazon:
|
|
all:
|
|
- 1
|
|
- latest
|
|
1:
|
|
- 1
|
|
Candidate:
|
|
- latest
|
|
Debian:
|
|
all:
|
|
- latest
|
|
- unstable
|
|
buster:
|
|
- latest
|
|
sid:
|
|
- unstable
|
|
EL:
|
|
all:
|
|
- 7
|
|
- latest
|
|
7:
|
|
- 7
|
|
8:
|
|
- latest
|
|
Fedora:
|
|
all:
|
|
- 30
|
|
- latest
|
|
- rawhide
|
|
30:
|
|
- 30
|
|
31:
|
|
- 31
|
|
OpenSUSE:
|
|
all:
|
|
- latest
|
|
Ubuntu:
|
|
all:
|
|
- latest
|
|
- xenial
|
|
bionic:
|
|
- latest
|
|
xenial:
|
|
- xenial
|