使用 ansible 创建 Azure 发布管道

create Azure release pipeline using ansible

是否可以使用 ansible 在 azure 中创建发布和构建管道是否有用于创建管道的现有或自定义模块?

答案是肯定的。 Ansible 可用于 azure devops 管道。

您可以单击 here 在您的 azure devops 组织中安装 Ansible 扩展。安装后,您可以在 运行 playbook 的管道中使用 Ansible 任务。

开始使用 azure devops 管道。您可以查看 this document.

您可以查看下面关于在 azure devops 管道中使用 ansible 的详细教程。

Automating Infrastructure Deployments in the Cloud with Ansible and Azure Pipelines