initial commit
This commit is contained in:
38
roles/gantsign.oh-my-zsh/molecule/default/molecule.yml
Normal file
38
roles/gantsign.oh-my-zsh/molecule/default/molecule.yml
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
dependency:
|
||||
name: galaxy
|
||||
|
||||
driver:
|
||||
name: docker
|
||||
|
||||
lint:
|
||||
name: yamllint
|
||||
|
||||
platforms:
|
||||
- name: ansible-role-oh-my-zsh-debian-min
|
||||
image: debian:8
|
||||
- name: ansible-role-oh-my-zsh-debian-max
|
||||
image: debian:9
|
||||
- name: ansible-role-oh-my-zsh-ubuntu-min
|
||||
image: ubuntu:14.04
|
||||
- name: ansible-role-oh-my-zsh-ubuntu-max
|
||||
image: ubuntu:18.04
|
||||
- name: ansible-role-oh-my-zsh-centos
|
||||
image: centos:7
|
||||
- name: ansible-role-oh-my-zsh-fedora
|
||||
image: fedora:28
|
||||
- name: ansible-role-oh-my-zsh-opensuse
|
||||
image: opensuse/leap:15.0
|
||||
|
||||
provisioner:
|
||||
name: ansible
|
||||
lint:
|
||||
name: ansible-lint
|
||||
|
||||
scenario:
|
||||
name: default
|
||||
|
||||
verifier:
|
||||
name: testinfra
|
||||
lint:
|
||||
name: flake8
|
Reference in New Issue
Block a user