File tree Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Expand file tree Collapse file tree 5 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 1+ * .swp
2+ * .swo
3+ * .idea
4+ .molecule
Original file line number Diff line number Diff line change @@ -28,8 +28,3 @@ execution to remove previous Diffie-Hellman parameters
2828
2929Have a look at the [ defaults/main.yml] ( defaults/main.yml ) for role variables
3030that can be overridden.
31-
32- TODO
33- ----
34-
35- - CentOS 7 support
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ verifier:
77 name : testinfra
88docker :
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
Original file line number Diff line number Diff line change 11localhost
2- [group1]
3- docker
4-
You can’t perform that action at this time.
0 commit comments