Files
dc-deployments-automation/roles/azure_app_insights_install/molecule/default/playbook.yml
2020-08-25 09:50:56 +01:00

15 lines
325 B
YAML

---
- name: Converge
hosts: all
vars:
atl_product_family: "crowd"
atl_product_edition: "crowd"
atl_product_user: "crowd"
atl_download_format: "tarball"
roles:
- role: linux_common
- role: azure_common
- role: product_common
- role: product_install
- role: azure_app_insights_install