buluma.azure_cli
Ansible Role azure_cli
This role installs and sets up azure_cli on your computer.
GitHub | Version | Issues | Pull Requests | Downloads |
---|---|---|---|---|
Example Playbook
Here’s a simple example from molecule/default/converge.yml
, which gets tested whenever changes are made.
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: buluma.azure_cli
Preparation for the system is done beforehand using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: buluma.bootstrap
- role: buluma.epel
- role: buluma.buildtools
- role: buluma.python_pip
- role: buluma.microsoft_repository_keys
For more details, see a full guide on using these roles.
Requirements
- Must install pip packages listed in requirements.txt.
State of Used Roles
Several other roles help set up the system. You can choose to prepare your system differently.
Requirement | GitHub | Version |
---|---|---|
buluma.bootstrap | ||
buluma.buildtools | ||
buluma.epel | ||
buluma.microsoft_repository_keys | ||
buluma.python_pip |
Context
This role works with several related roles. For more information, check out the documentation for these roles.
A visual overview of these roles:
Compatibility
This role has been tested with various container images:
container | tags |
---|---|
Alpine | all |
EL | 8 |
Debian | bullseye |
Fedora | all |
Ubuntu | all |
You need Ansible version 2.12 or higher. We've tested:
- The previous version.
- The current version.
- The development version.
If you discover any issues, please report them on GitHub.
Changelog
See the Role History.
License
This role is licensed under Apache-2.0.
Author Information
Created by Shadow Walker.
ansible-galaxy install buluma.azure_cli