angrox.azure-cli

Azure-CLI

Build Status

This role installs the Azure CLI on a CentOS/RHEL/Ubuntu machine using Python's pip. The CLI requires Python version greater than 3, so we will install the Software Collections (SCL) version of Python.

Variables

  • installation_method: Choose to install via 'rpm', 'apt', or 'pip'. The default is 'rpm'.
  • scl_python_version: The version of SCL Python to use, with a default of 35 (this only applies when using the pip installation method).
  • upgrade_azure_cli: Use pip with the --upgrade flag. Defaults to false (this is only for the pip installation method).

Usage

Here’s an example playbook:

- hosts: all
  roles:
    - role: angrox.azure-cli
Informazioni sul progetto

Installation of Azure CLI 2.0

Installa
ansible-galaxy install angrox.azure-cli
Licenza
Unknown
Download
485
Proprietario