diff --git a/README.md b/README.md index 26e671e..1ae0961 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ - [What is it?](#what-is-it) - [Versioning](#versioning) - [Running the container](#running-the-container) +- [Continuous integration](#continuous-integration) + - [Azure DevOps](#azure-devops) - [Please contribute!](#please-contribute) --- @@ -41,8 +43,12 @@ For example, triggering a job template can be done as follows: All official AWX CLI arguments can be used. The complete list can be found in [AWX CLI's official documentation](https://docs.ansible.com/ansible-tower/latest/html/towercli/reference.html). + + ## Continuous integration + + ### Azure DevOps It is possible to run the project within an Azure DevOps pipeline by relying on a simple script, as [the `Docker@2` task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/docker-v2) currently only allows to build and push images: