redbeard28.pip3
ANSIBLE-ROLE-PIP3
Ansible role to install Python 3's pip.
How to Use This Role
You need to include this role in a playbook.
Install this Galaxy role with the following command:
ansible-galaxy install -r requirements.yml
In the requirements.yml
, add this:
# From GitHub, using a specific name and tag
- src: redbeard28.pip3
For more information, visit the Ansible Docs.
Requirements
- Ansible version 2.9 or higher
Role Variables
---
# Place any role variables here
Dependencies
None
Example Playbook
Here's an example of how to use this role, including passing variables:
- hosts: all
roles:
- { role: redbeard28.pip3, tags: mytags }
Molecule Testing Framework
You can use Molecule to test this role with the following commands:
image=debian tag="buster" molecule converge
image=debian tag="buster" molecule verify
Author Information
Jeremie CUADRADO ¹ from Redbeard-Consulting
Informazioni sul progetto
Ansible role install python3-pip
Installa
ansible-galaxy install redbeard28.pip3
Licenza
Unknown
Download
887
Proprietario