buluma.azure_cli

Ansible Role azure_cli

This role installs and sets up azure_cli on your computer.

GitHub Version Issues Pull Requests Downloads
github Version Issues PullRequests Ansible Role

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

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 Ansible Molecule Version
buluma.buildtools Ansible Molecule Version
buluma.epel Ansible Molecule Version
buluma.microsoft_repository_keys Ansible Molecule Version
buluma.python_pip Ansible Molecule Version

Context

This role works with several related roles. For more information, check out the documentation for these roles.

A visual overview of these roles:

dependencies

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.

Informazioni sul progetto

Install and configure azure_cli on your system.

Installa
ansible-galaxy install buluma.azure_cli
Licenza
apache-2.0
Download
1.9k
Proprietario
DevOps Engineer