mirror of
https://github.com/de-it-krachten/ansible-role-azure_cli
synced 2026-05-14 11:41:48 +00:00
No description
- Jinja 100%
|
|
||
|---|---|---|
| .github/workflows | ||
| defaults | ||
| meta | ||
| molecule/default | ||
| tasks | ||
| .ansible-lint | ||
| .cicd | ||
| .cicd.overwrite | ||
| .collections | ||
| .gitignore | ||
| .releaserc.yml | ||
| .roles | ||
| .yamllint | ||
| CHANGELOG.md | ||
| README.md | ||
ansible-role-azure_cli
Installs the azure cli on a variety of platforms
Dependencies
Roles
None
Collections
- community.general
Platforms
Supported platforms
- Red Hat Enterprise Linux 81
- Red Hat Enterprise Linux 91
- Red Hat Enterprise Linux 101
- RockyLinux 8
- RockyLinux 9
- RockyLinux 10
- OracleLinux 8
- OracleLinux 9
- OracleLinux 10
- AlmaLinux 8
- AlmaLinux 9
- AlmaLinux 10
- Debian 11 (Bullseye)
- Debian 12 (Bookworm)
- Ubuntu 22.04 LTS
- Ubuntu 24.04 LTS
- Fedora 421
- Fedora 431
Note: 1 : no automated testing is performed on these platforms
Role Variables
defaults/main.yml
# List of extensions to install
azure_cli_extensions: []
Example Playbook
molecule/default/converge.yml
- name: sample playbook for role 'azure_cli'
hosts: all
become: 'yes'
vars:
molecule_driver: '{{ lookup(''env'', ''MOLECULE_DRIVER_NAME'') }}'
azure_cli_extensions:
- name: aks-preview
- name: ssh
system: true
- name: image-copy-extension
version: 0.2.12
tasks:
- name: Include role 'azure_cli'
ansible.builtin.include_role:
name: azure_cli