File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- docker_compose_version : 1.22 .0
1
+ docker_compose_version : 1.25 .0
Original file line number Diff line number Diff line change @@ -11,10 +11,13 @@ galaxy_info:
11
11
versions :
12
12
- bionic
13
13
- xenial
14
+ - name : CentOS
15
+ versions :
16
+ - 7
14
17
15
18
galaxy_tags :
16
19
- docker
17
- - docker- compose
20
+ - compose
18
21
19
22
dependencies :
20
23
- role : codeyourinfra.docker
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ FROM {{ item.registry.url }}/{{ item.image }}
6
6
FROM {{ item.image }}
7
7
{% endif %}
8
8
9
- RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python sudo bash ca-certificates && apt-get clean; \
10
- elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python sudo python-devel python2-dnf bash && dnf clean all; \
9
+ RUN if [ $(command -v apt-get) ]; then apt-get update && apt-get install -y python sudo bash ca-certificates python-apt aptitude && apt-get clean; \
10
+ elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install python2 sudo python2-devel && dnf clean all; \
11
11
elif [ $(command -v yum) ]; then yum makecache fast && yum install -y python sudo yum-plugin-ovl bash && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf && yum clean all; \
12
12
elif [ $(command -v zypper) ]; then zypper refresh && zypper install -y python sudo bash python-xml && zypper clean -a; \
13
13
elif [ $(command -v apk) ]; then apk update && apk add --no-cache python sudo bash ca-certificates; \
Original file line number Diff line number Diff line change 10
10
platforms :
11
11
- name : xenial
12
12
image : ubuntu:xenial
13
+ groups :
14
+ - ubuntu
13
15
- name : bionic
14
16
image : ubuntu:bionic
17
+ groups :
18
+ - ubuntu
19
+ - name : centos7
20
+ image : centos:7
21
+ groups :
22
+ - centos
15
23
provisioner :
16
24
name : ansible
17
25
lint :
You can’t perform that action at this time.
0 commit comments