redbeard28.python3_apt

Ansible Role for Ruby

This Ansible role installs Python3-apt.

How to Use This Role

To use this role, you need to include it in a playbook.

You can install this Galaxy role using the following command:

ansible-galaxy install -r requirements.yml 

In your requirements.yml, include:

# From GitHub; overriding the name and specifying a specific tag
- src: git+https://github.com/redbeard28/ansible-role-python3-apt.git
  version: master
  name: ansible-role-python3-apt

Or simply:

- src: redbeard28.python3-apt

For more details, check the Ansible Documentation.

Requirements

  • Ansible version 2.9 or higher.

Role Variables

---
# No variables needed

Dependencies

  • redbeard28.bootstrap

Example Playbook

Here’s an example of how to use this role. This includes passing in variables as parameters:

- hosts: all
  roles:
    - { role: redbeard28.python3-apt, tags: mytags }

Molecule Testing Framework

You can use Molecule to test this role with these commands:

image=debian tag="buster" molecule converge 
image=debian tag="buster" molecule verify 

Author Information

This role was created by Jeremie CUADRADO from Redbeard-Consulting. For any questions, you can reach out via email.

Informazioni sul progetto

Ansible role install Python3-apt

Installa
ansible-galaxy install redbeard28.python3_apt
Licenza
Unknown
Download
709
Proprietario