{"id":18023533,"url":"https://github.com/jasonheecs/ansible-ubuntu-python-raw","last_synced_at":"2026-04-15T14:36:02.965Z","repository":{"id":150098847,"uuid":"136916471","full_name":"jasonheecs/ansible-ubuntu-python-raw","owner":"jasonheecs","description":"An ansible role that gets Ansible to work on Ubuntu machines that do not have Python pre-installed","archived":false,"fork":false,"pushed_at":"2018-06-12T10:13:54.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T03:28:53.314Z","etag":null,"topics":["ansible","ansible-role","python","test-kitchen-ansible","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasonheecs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-11T11:23:35.000Z","updated_at":"2018-06-12T10:17:21.000Z","dependencies_parsed_at":"2023-04-07T08:32:23.085Z","dependency_job_id":null,"html_url":"https://github.com/jasonheecs/ansible-ubuntu-python-raw","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Fansible-ubuntu-python-raw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Fansible-ubuntu-python-raw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Fansible-ubuntu-python-raw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonheecs%2Fansible-ubuntu-python-raw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonheecs","download_url":"https://codeload.github.com/jasonheecs/ansible-ubuntu-python-raw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226267,"owners_count":20904477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","python","test-kitchen-ansible","ubuntu"],"created_at":"2024-10-30T07:09:49.545Z","updated_at":"2026-04-15T14:35:57.921Z","avatar_url":"https://github.com/jasonheecs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Role: Install Python on Ubuntu machines that do not have Python pre-installed\n=========\n[![Build Status][travis-badge]][travis-link]\n[![Galaxy Role][role-badge]][galaxy-link]\n\nAn ansible role that gets Ansible to work on bare Ubuntu machines that do not have Python pre-installed. It checks if python is installed, if not, it installs it via the [raw](https://docs.ansible.com/ansible/latest/modules/raw_module.html) module.\n\nRequirements\n------------\n\nNone.\n\n\nInstallation\n------------\n`ansible-galaxy install jasonheecs.ubuntu-python-raw`\n\n\nRole Variables\n--------------\n\nAvailable variables are listed below, along with default values (see defaults/main.yml):\n\n```yaml\npython_version: 3\n```\n\nDependencies\n------------\n\nNone\n\n\nExample Playbook\n----------------\n\n```yaml\n- name: Setup\n  hosts: all\n  become: yes\n  gather_facts: false # You must disable the gather of facts for this role to work as intended\n  roles:\n    - { role: jasonheecs.ubuntu-python-raw }\n```\n\n\nTests\n---------------\nTesting is done via [Test Kitchen](https://github.com/test-kitchen/test-kitchen), [Kitchen Ansible](https://github.com/neillturner/kitchen-ansible) and [Kitchen Docker](https://github.com/test-kitchen/kitchen-docker)\n\nTo run the tests, make sure [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [Docker](https://docs.docker.com/installation/#installation) are installed and run the following:\n\n```\ngem install bundler \u0026\u0026 bundle exec kitchen test\n```\n\nRefer to the [travis.yml](.travis.yml) file and [Travis build logs][travis-link] for details on the test build process and expected outputs.\n\n\nSupported Platforms\n-------\nThis ansible role has been tested against the following platforms:\n- Ubuntu 18.04\n- Ubuntu 16.04\n- Ubuntu 14.04\n\nLicense\n-------\n\nMIT\n\n\nAuthor Information\n------------------\n\n[Jason Hee](https://jasonhee.com)\n\n[galaxy-link]: https://galaxy.ansible.com/jasonheecs/ubuntu-python-raw/\n[role-badge]: https://img.shields.io/ansible/role/26273.svg\n[travis-badge]: https://travis-ci.com/jasonheecs/ansible-ubuntu-python-raw.svg?branch=master\n[travis-link]: https://travis-ci.com/jasonheecs/ansible-ubuntu-python-raw","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonheecs%2Fansible-ubuntu-python-raw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonheecs%2Fansible-ubuntu-python-raw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonheecs%2Fansible-ubuntu-python-raw/lists"}