Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 06437de

Browse files
author
staticdev
committed
Role info
1 parent 8f78593 commit 06437de

File tree

2 files changed

+46
-47
lines changed

2 files changed

+46
-47
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
[![CI](https://github.com/staticdev/ansible-role-python-developer/workflows/CI/badge.svg?event=push)](https://github.com/staticdev/ansible-role-python-developer/actions?query=workflow%3ACI)
44

5-
This install packages for developing in Python on multiple versions for people using [Cookiecutter Hypermodern Python](https://github.com/cjolowicz/cookiecutter-hypermodern-python).
5+
This install packages for developing in Python on multiple versions using [Cookiecutter Hypermodern Python](https://github.com/cjolowicz/cookiecutter-hypermodern-python).
6+
7+
## Features
8+
9+
Installs:
10+
11+
- pre-commit
12+
- pipx
13+
- nox
14+
- pyenv
15+
- poetry
16+
- cookiecutter
617

718
## Requirements
819

meta/main.yml

Lines changed: 34 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,42 @@
11
galaxy_info:
2-
author: your name
3-
description: your role description
4-
company: your company (optional)
2+
author: staticdev
3+
description: This install packages for developing in Python on multiple versions using [Cookiecutter Hypermodern Python](https://github.com/cjolowicz/cookiecutter-hypermodern-python).
54

6-
# If the issue tracker for your role is not on github, uncomment the
7-
# next line and provide a value
8-
# issue_tracker_url: http://example.com/issue/tracker
5+
license:
6+
- MIT
7+
- BSD
98

10-
# Choose a valid license ID from https://spdx.org - some suggested licenses:
11-
# - BSD-3-Clause (default)
12-
# - MIT
13-
# - GPL-2.0-or-later
14-
# - GPL-3.0-only
15-
# - Apache-2.0
16-
# - CC-BY-4.0
17-
license: license (GPL-2.0-or-later, MIT, etc)
9+
min_ansible_version: 2.9
1810

19-
min_ansible_version: 2.1
20-
21-
# If this a Container Enabled role, provide the minimum Ansible Container version.
22-
# min_ansible_container_version:
23-
24-
#
25-
# Provide a list of supported platforms, and for each platform a list of versions.
26-
# If you don't wish to enumerate all versions for a particular platform, use 'all'.
27-
# To view available platforms and versions (or releases), visit:
28-
# https://galaxy.ansible.com/api/v1/platforms/
29-
#
30-
# platforms:
31-
# - name: Fedora
32-
# versions:
33-
# - all
34-
# - 25
35-
# - name: SomePlatform
36-
# versions:
37-
# - all
38-
# - 1.0
39-
# - 7
40-
# - 99.99
11+
platforms:
12+
- name: EL
13+
versions:
14+
- 7
15+
- 8
16+
- name: Fedora
17+
versions:
18+
- all
19+
- name: Debian
20+
versions:
21+
- stretch
22+
- buster
23+
- name: Ubuntu
24+
versions:
25+
- xenial
26+
- bionic
27+
- focal
28+
- groovy
4129

4230
galaxy_tags:
43-
[]
44-
# List tags for your role here, one per line. A tag is a keyword that describes
45-
# and categorizes the role. Users find roles by searching for tags. Be sure to
46-
# remove the '[]' above, if you add tags to this list.
47-
#
48-
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
49-
# Maximum 20 tags per role.
31+
- python
32+
- development
33+
- cookiecutter
34+
- nox
35+
- poetry
36+
- pyenv
37+
- pipx
38+
- pre-commit
5039

5140
dependencies:
52-
[]
53-
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
54-
# if you add dependencies to this list.
41+
- role: avanov.pyenv
42+
version: 1.1.0

0 commit comments

Comments
 (0)