Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 5b65e0ad authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

feat: Update Molecule configuration (fixes #1)

parent e098e5fc
No related branches found
No related tags found
1 merge request!2feat: Update Molecule configuration (fixes #1)
...@@ -4,35 +4,35 @@ dependency: ...@@ -4,35 +4,35 @@ dependency:
driver: driver:
name: docker name: docker
platforms: platforms:
- name: amazonlinux2 - name: amazonlinux2-${CI_JOB_ID:-0}
image: geerlingguy/docker-amazonlinux2-ansible:latest image: geerlingguy/docker-amazonlinux2-ansible:latest
pre_build_image: true pre_build_image: true
env: env:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
- name: centos7 - name: centos7-${CI_JOB_ID:-0}
image: docker.io/pycontribs/centos:7 image: geerlingguy/docker-centos7-ansible:latest
pre_build_image: true pre_build_image: true
env: env:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
- name: centos8 - name: rockylinux8-${CI_JOB_ID:-0}
image: docker.io/pycontribs/centos:8 image: geerlingguy/docker-rockylinux8-ansible:latest
pre_build_image: true pre_build_image: true
env: env:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
- name: ubuntu1804 - name: ubuntu1804-${CI_JOB_ID:-0}
image: geerlingguy/docker-ubuntu1804-ansible:latest image: geerlingguy/docker-ubuntu1804-ansible:latest
pre_build_image: true pre_build_image: true
env: env:
http_proxy: "${http_proxy}" http_proxy: "${http_proxy}"
https_proxy: "${https_proxy}" https_proxy: "${https_proxy}"
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
- name: ubuntu2004 - name: ubuntu2004-${CI_JOB_ID:-0}
image: geerlingguy/docker-ubuntu2004-ansible:latest image: geerlingguy/docker-ubuntu2004-ansible:latest
pre_build_image: true pre_build_image: true
env: env:
...@@ -41,10 +41,6 @@ platforms: ...@@ -41,10 +41,6 @@ platforms:
no_proxy: "${no_proxy}" no_proxy: "${no_proxy}"
provisioner: provisioner:
name: ansible name: ansible
log: true
config_options:
defaults:
callback_whitelist: profile_tasks, timer, yaml
verifier: verifier:
name: ansible name: ansible
lint: | lint: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment