GitLab: invoking Ansible from a GitLab pipeline job
If you have a previous investment in Ansible Configuration Management for command line automation, you may now want to invoke that same logic from a GitLab CI/CD pipeline. The cleanest way to provide Ansible to a pipeline job is to create a custom Docker image that contains all the Ansible binaries and required Galaxy modules. … GitLab: invoking Ansible from a GitLab pipeline job