forked from henriklynggaard/ansible-role-pycharm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
molecule.yml
46 lines (42 loc) · 981 Bytes
/
molecule.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
destroy: always
driver:
name: docker
ansible:
playbook: tests/playbook.yml
group_vars:
pro:
pycharm_edition: professional
free:
pycharm_edition: community
docker:
containers:
- name: ubuntu_xenial
image: ubuntu
image_version: '16.04'
dockerfile: tests/Dockerfile_ubuntu_1604
- name: ubuntu_yakkety
image: ubuntu
image_version: '16.10'
dockerfile: tests/Dockerfile_ubuntu_1610
- name: ubuntu_zesty
image: ubuntu
image_version: '17.04'
dockerfile: tests/Dockerfile_ubuntu_1704
- name: fedora_24
image: fedora
image_version: '24'
command: '/bin/bash'
- name: fedora_25
image: fedora
image_version: '25'
command: '/bin/bash'
- name: Dockerfile_fedora_26
image: fedora
image_version: '26'
command: '/bin/bash'
dockerfile: tests/Dockerfile_fedora_26
ansible_groups:
- pro
verifier:
name: testinfra