angrox.azure-cli

Azure-CLI

构建状态

该角色使用python pip在CentOS/RHEL/Ubuntu机器上安装Azure CLI。CLI需要python > 3,因此我们需要安装SCL python版本。

变量

  • installation_method: 以'rpm'、'apt'或通过'pip'安装。默认为'rpm'
  • scl_python_version: SCL python版本,默认为35(仅在使用pip安装方法时使用)
  • upgrade_azure_cli: 在pip中使用--upgrade。默认为false(仅在使用pip安装方法时使用)

使用示例

示例剧本:

- hosts: all
  roles:
    - role: angrox.azure-cli
关于项目

Installation of Azure CLI 2.0

安装
ansible-galaxy install angrox.azure-cli
许可证
Unknown
下载
485