{"id":20858861,"url":"https://github.com/adnanhodzic/ansible-role-python-ubuntu-bootstrap","last_synced_at":"2026-04-13T13:31:01.076Z","repository":{"id":145426415,"uuid":"91168870","full_name":"AdnanHodzic/ansible-role-python-ubuntu-bootstrap","owner":"AdnanHodzic","description":"Install Python on newly bootstrapped Ubuntu or Debian host","archived":false,"fork":false,"pushed_at":"2020-05-14T16:06:06.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T00:59:32.573Z","etag":null,"topics":["ansible","ansible-role","bootstrap","linux","python","ssh","ubuntu"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/AdnanHodzic/python-ubuntu-bootstrap/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdnanHodzic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"AdnanHodzic"}},"created_at":"2017-05-13T11:15:52.000Z","updated_at":"2020-05-14T16:06:09.000Z","dependencies_parsed_at":"2023-06-03T18:00:14.906Z","dependency_job_id":null,"html_url":"https://github.com/AdnanHodzic/ansible-role-python-ubuntu-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdnanHodzic/ansible-role-python-ubuntu-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fansible-role-python-ubuntu-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fansible-role-python-ubuntu-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fansible-role-python-ubuntu-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fansible-role-python-ubuntu-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdnanHodzic","download_url":"https://codeload.github.com/AdnanHodzic/ansible-role-python-ubuntu-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdnanHodzic%2Fansible-role-python-ubuntu-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","bootstrap","linux","python","ssh","ubuntu"],"created_at":"2024-11-18T04:47:48.045Z","updated_at":"2026-04-13T13:31:01.048Z","avatar_url":"https://github.com/AdnanHodzic.png","language":null,"funding_links":["https://github.com/sponsors/AdnanHodzic","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=7AHCP5PU95S4Y\u0026item_name=Contribution+for+work+on+containerized-wordpress-project\u0026currency_code=EUR\u0026source=url"],"categories":[],"sub_categories":[],"readme":"Ansible Role: Install Python on newly bootstrapped Ubuntu host\n=========\n\n**Install Python on newly bootstrapped Ubuntu or Debian host**\n\nThis Ansible role will install Python on newly bootstrapped host. This is usually\na new host which you never even SSH-ed to.\n\nIn order for Ansible to work, Python must be installed (if missing).\n\nThis role was created as part of [containerized-wordpress-project](https://github.com/AdnanHodzic/containerized-wordpress-project)\n\nRequirements\n------------\n\nNone.\n\nRole Variables\n--------------\n\nUnless you don't want `gather_facts: yes` to be set and enabled as second part of the playbook. \nMake sure to comment/delete following line from `tasks/main.yml`\n\n```- setup: # aka gather_facts: yes```\n\nSee [Example Playbook](https://github.com/AdnanHodzic/ansible-role-python-ubuntu-bootstrap#example-playbook) section for more information\n\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n\nThis role was created to be run as part of pre_tasks, i.e:\n----------------\n\n```\n# run as part of pre_tasks\n- hosts: servers\n  remote_user: ubuntu\n  become: yes\n  gather_facts: no\n  serial: 1\n\n  roles:\n    - { role: AdnanHodzic.python-ubuntu-bootstrap }\n\n- hosts: servers\n  remote_user: ubuntu\n  become: yes\n\n# run as part of tasks\n  roles:\n    ...\n```\n\nLicense\n-------\n\nGPLv3\n\nDonate\n-------\n\nSince I'm working on this project in free time, please consider supporting this project by making a donation of any amount!\n\n##### PayPal\n[![paypal](https://www.paypalobjects.com/en_US/NL/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=7AHCP5PU95S4Y\u0026item_name=Contribution+for+work+on+containerized-wordpress-project\u0026currency_code=EUR\u0026source=url)\n\n##### BitCoin\n[bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87](bitcoin:bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87)\n\n[![bitcoin](https://foolcontrol.org/wp-content/uploads/2019/08/btc-donate-displaylink-debian.png)](bitcoin:bc1qlncmgdjyqy8pe4gad4k2s6xtyr8f2r3ehrnl87)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanhodzic%2Fansible-role-python-ubuntu-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnanhodzic%2Fansible-role-python-ubuntu-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnanhodzic%2Fansible-role-python-ubuntu-bootstrap/lists"}