Skip to content

Commit

Permalink
Generate .travis.yml, molecule.yml and README.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 23, 2019
1 parent add7ac2 commit 1bf142e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ services:
- docker

env:
global:
- namespace="robertdebock/"
matrix:
- image="docker-alpine-openrc"
- image="docker-alpine-openrc" tag="edge"
# - namespace="archlinux/" image="base"
- image="docker-centos-systemd" tag="7"
- image="docker-centos-systemd"
- image="docker-debian-systemd" tag="stable"
- image="docker-debian-systemd" tag="unstable"
- image="docker-debian-systemd"
- image="docker-centos-systemd" tag="7"
- image="docker-redhat-systemd" tag="7"
- image="docker-centos-systemd"
- image="docker-redhat-systemd"
- image="docker-fedora-systemd"
- image="docker-fedora-systemd" tag="rawhide"
- namespace="opensuse/" image="leap"
- image="docker-opensuse-systemd"
- image="docker-ubuntu-systemd" tag="rolling"
- image="docker-ubuntu-systemd" tag="devel"
- image="docker-ubuntu-systemd"
Expand Down
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,29 +128,31 @@ Compatibility

This role has been tested on these [container images](https://hub.docker.com/):

|container|allow_failures|
|---------|--------------|
|docker-alpine-openrc|yes|
|docker-alpine-openrc|yes|
|docker-centos-systemd|no|
|docker-centos-systemd|no|
|docker-debian-systemd|yes|
|docker-debian-systemd|yes|
|docker-debian-systemd|yes|
|docker-fedora-systemd|yes|
|docker-fedora-systemd|yes|
|opensuse/|no|
|docker-ubuntu-systemd|yes|
|docker-ubuntu-systemd|yes|
|docker-ubuntu-systemd|yes|
|container|tag|allow_failures|
|---------|---|--------------|
|docker-alpine-openrc|latest|no|
|docker-alpine-openrc|edge|yes|
|docker-debian-systemd|stable|yes|
|docker-debian-systemd|unstable|yes|
|docker-debian-systemd|latest|no|
|docker-centos-systemd|7|no|
|docker-redhat-systemd|7|no|
|docker-centos-systemd|latest|no|
|docker-redhat-systemd|latest|no|
|docker-fedora-systemd|latest|no|
|docker-fedora-systemd|rawhide|yes|
|docker-opensuse-systemd|latest|no|
|docker-ubuntu-systemd|rolling|yes|
|docker-ubuntu-systemd|devel|yes|
|docker-ubuntu-systemd|latest|no|

This role has been tested on these Ansible versions:

- ansible~=2.7
- ansible~=2.8
- git+https://github.com/ansible/ansible.git@devel

The indicator '~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.5.
The indicator '\~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible\~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.6.



Expand Down
5 changes: 1 addition & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ driver:
name: docker
platforms:
- name: "${image:-default}-${TOX_ENVNAME:-default}"
image: "${namespace}${image:-docker-fedora-systemd}:${tag:-latest}"
image: "robertdebock/${image:-docker-fedora-systemd}:${tag:-latest}"
command: sh -c "while true ; do sleep 30 ; done"
pre_build_image: yes
provisioner:
name: ansible
playbooks:
prepare: prepare.yml
converge: playbook.yml
scenario:
name: default

0 comments on commit 1bf142e

Please sign in to comment.