Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walidsa3d/ansible-python3

An Ansible role to install python3 on Ubuntu.
https://github.com/walidsa3d/ansible-python3

ansible ansible-role python3

Last synced: 22 days ago
JSON representation

An Ansible role to install python3 on Ubuntu.

Awesome Lists containing this project

README

        

Ansible-Python
=========

An Ansible role to install python3 on Ubuntu.
![Ansible Role](https://img.shields.io/ansible/role/d/walidsa3d/python3)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/walidsa3d/ansible-python/main.yml)

Install
------------
```
ansible-galaxy role install walidsa3d.python

```

Requirements
------------

- None

Variables
--------------
```yaml
python_version: 3.12.0
```

Dependencies
------------
- None

Example Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3d.python
```
License
-------

MIT