https://github.com/mahdadghasemian/ansible-python3
https://github.com/mahdadghasemian/ansible-python3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahdadghasemian/ansible-python3
- Owner: MahdadGhasemian
- Created: 2023-12-05T04:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T12:58:00.000Z (over 1 year ago)
- Last Synced: 2025-02-04T16:14:58.844Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Python3
Installs Python3 and PIP (along with pip modules: pyOpenSSL, docker, docker-compose, pymongo) for Debian/Ubuntu linux servers.
## Requirements
None.
## Role Variables
```yaml
pyOpenSSL_python_module_version: "23.3.0"
docker_python_module_version: "6.1.3"
docker_compose_python_module_version: "1.29.2"
pymongo_python_module_version: "4.6.1"
```## Dependencies
None.
## Example Playbook (using default package)
- hosts: servers
roles:
- role: MahdadGhasemian.ansible-python3
become: yes## License
MIT / BSD
## Author Information
This role was created in 2023 by [Mahdad Ghasemian](https://mahdad.me/).