This role installs the Azure CLI on Windows or Linux servers.
There are no external requirements for this role.
There are a few variables that can be set from the playbook if you like and the role makes an assumption in the defaults section.
This is the version of Azure CLI that will be installed, the complete list can be found on the Azure CLI Release page.
azcli_version: 2.16.0
This is the directory where the Terraform installation package will be downloaded to.
download_dir: "C:\\Windows\\Temp"
download_dir: "/tmp"
There are no external dependencies for this role.
A playbook that installs a specific version of the Azure CLI to all hosts.
- hosts: all
roles:
- azcli
vars:
azcli_version: 2.16.0
MIT
My name is Jeff Patton, feel free to contact me via issues.