ansible-development-environ.../roles/robertdebock.postfix/molecule/default/molecule.yml

63 lines
1.5 KiB
YAML

---
dependency:
name: galaxy
options:
role-file: requirements.yml
driver:
name: docker
lint:
name: yamllint
platforms:
- name: postfix-alpine-edge
image: alpine:edge
command: sh -c "while true ; do sleep 1 ; done"
- name: postfix-alpine-latest
image: alpine:latest
command: sh -c "while true ; do sleep 1 ; done"
- name: postfix-archlinux
image: base/archlinux
- name: postfix-centos-6
image: centos:6
- name: postfix-centos-latest
image: centos:latest
- name: postfix-debian-latest
image: debian:latest
- name: postfix-debian-stable
image: debian:stable
- name: postfix-debian-unstable
image: debian:unstable
- name: postfix-fedora-latest
image: fedora:latest
- name: postfix-fedora-rawhide
image: fedora:rawhide
- name: postfix-opensuse-leap
image: opensuse:leap
- name: postfix-opensuse-tumbleweed
image: opensuse:tumbleweed
- name: postfix-ubuntu-artful
image: ubuntu:artful
- name: postfix-ubuntu-devel
image: ubuntu:devel
- name: postfix-ubuntu-latest
image: ubuntu:latest
provisioner:
name: ansible
inventory:
host_vars:
postfix-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
group_vars:
all:
postfix_ignore_docker: no
lint:
name: ansible-lint
config_options:
defaults:
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
scenario:
name: default
verifier:
name: goss
lint:
name: yamllint