Added basic provisioning
This commit is contained in:
parent
75b8617af0
commit
30a3c8563f
35 changed files with 779 additions and 4 deletions
|
|
@ -0,0 +1,2 @@
|
|||
install_date: Sun Feb 9 00:16:42 2020
|
||||
version: 1.3.0
|
||||
30
provisioning/roles/geerlingguy.pip/meta/main.yml
Normal file
30
provisioning/roles/geerlingguy.pip/meta/main.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
author: geerlingguy
|
||||
description: Pip (Python package manager) for Linux.
|
||||
issue_tracker_url: https://github.com/geerlingguy/ansible-role-pip/issues
|
||||
company: "Midwestern Mac, LLC"
|
||||
license: "license (BSD, MIT)"
|
||||
min_ansible_version: 2.0
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Debian
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- system
|
||||
- server
|
||||
- packaging
|
||||
- python
|
||||
- pip
|
||||
- tools
|
||||
Loading…
Add table
Add a link
Reference in a new issue