-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmolecule.yml
43 lines (41 loc) · 912 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
molecule:
dependency:
requirements_file: requirements.yml
# don't lint third party roles
ignore_paths:
- galaxy-roles
- .molecule
raw_ssh_args:
- -o StrictHostKeyChecking=false
ansible:
config_file: NOansible.cfg
playbook: site.yml
timeout: 30
vault-password-file: /dev/null
docker:
containers:
- name: infra-centos-7
ansible_groups:
- rhel
image: milcom/centos7-systemd
image_version: latest
privileged: True
- name: infra-debian-8
ansible_groups:
- debian
image: maint/debian-systemd
image_version: latest
privileged: True
# disabled - selinux makes useradd fail
# - name: infra-ubuntu-12.04
# ansible_groups:
# - ubuntu
## image: ubuntu
# image_version: 12.04
# privileged: True
- name: infra-ubuntu-16.04
ansible_groups:
- ubuntu
image: ubuntu
image_version: 16.04
privileged: True