-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmolecule.yml
59 lines (54 loc) · 1.21 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
ansible:
playbook: playbook.yml
group_vars:
all:
- basesys_timezone: UTC
basesys_ntp_servers:
- 0.pool.ntp.org
- 1.pool.ntp.org
- 2.pool.ntp.org
- 3.pool.ntp.org
basesys_ntp_server_options:
- iburst
basesys_ssh: true
basesys_groups:
- name: "testplain"
- name: "testsudo"
system: yes
sudo: yes
- name: "testsudonp"
system: yes
sudo: nopasswd
basesys_users:
- name: testuser
driver:
name: docker
docker:
containers:
- name: basesys-centos-7
ansible_groups:
- rhel
image: milcom/centos7-systemd
image_version: latest
privileged: True
- name: basesys-debian-8
ansible_groups:
- debian
image: maint/debian-systemd
image_version: latest
privileged: True
# disabled - selinux makes useradd fail
# - name: basesys-ubuntu-12.04
# ansible_groups:
# - ubuntu
# image: rastasheep/ubuntu-sshd
# image_version: 12.04
# privileged: True
- name: basesys-ubuntu-16.04
ansible_groups:
- ubuntu
image: ubuntu
image_version: 16.04
privileged: True
verifier:
name: testinfra