Ansible Template fot CI/CD gitlab.ci.yml file
Problem to solve
Offer an Ansible template for CI/CD
Intended users
Further details
Following https://about.gitlab.com/blog/2019/07/01/using-ansible-and-gitlab-as-infrastructure-for-code/ and/or https://www.cummins.dev/gitlab-ci-ansible-pipeline/create a CI/CD template using Ansible
Proposal
stages:
- lint
ansible_linting:
variables:
GIT_SSL_NO_VERIFY: "True"
stage: lint
script:
- ansible-lint *.yml
Permissions and Security
Documentation
Testing
What does success look like, and how can we measure that?
What is the type of buyer?
Links / references
https://github.com/openwisp/ansible-openwisp2/blob/master/.gitlab-ci.yml