skip to Main Content

Gitlab CI with Ansible – Debian

I am creating a pipeline which is automatically triggered when I push my code on gitlab.com. The project is about the provisioning of a machine. Here my .gitlab-ci.yml file ansible_build: image: debian:10 script: - apt-get update -q -y - apt-get…

VIEW QUESTION
Back To Top
Search