Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/walidsa3d/ansible-python3
- Owner: walidsa3d
- Created: 2024-07-21T19:58:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:37:14.000Z (7 months ago)
- Last Synced: 2024-11-22T17:51:40.615Z (3 months ago)
- Topics: ansible, ansible-role, python3
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
------------
- NoneExample Playbook
----------------
```yaml
- hosts: all
roles:
- walidsa3d.python
```
License
-------MIT