Skip to content

Commit 3aeb81f

Browse files
author
Paweł Krupa
authored
Merge pull request #1 from SoInteractive/feature_centos7_support
Feature centos7 support
2 parents 9348b05 + 581f7c4 commit 3aeb81f

File tree

5 files changed

+15
-19
lines changed

5 files changed

+15
-19
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.swp
2+
*.swo
3+
*.idea
4+
.molecule

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ execution to remove previous Diffie-Hellman parameters
2828

2929
Have a look at the [defaults/main.yml](defaults/main.yml) for role variables
3030
that can be overridden.
31-
32-
TODO
33-
----
34-
35-
- CentOS 7 support

meta/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ galaxy_info:
66
license: MIT
77
min_ansible_version: 2.0
88
platforms:
9-
# - name: EL
10-
# versions:
11-
# - 7
9+
- name: EL
10+
versions:
11+
- 7
1212
- name: Ubuntu
1313
versions:
1414
- trusty

molecule.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ verifier:
77
name: testinfra
88
docker:
99
containers:
10-
- name: nginx-ubuntu
10+
- name: nginx-trusty
11+
image: ubuntu
12+
image_version: trusty
13+
- name: nginx-xenial
1114
image: ubuntu
1215
image_version: xenial
13-
ansible_groups:
14-
- group1
15-
# - name: nginx-centos
16-
# image: centos
17-
# image_version: 7
18-
# ansible_groups:
19-
# - group2
16+
- name: nginx-centos
17+
image: centos/systemd
18+
image_version: latest
19+
privileged: true

tests/inventory

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
localhost
2-
[group1]
3-
docker
4-

0 commit comments

Comments
 (0)