{"id":16060794,"url":"https://github.com/geerlingguy/ansible-role-ansible","last_synced_at":"2025-09-01T17:35:10.927Z","repository":{"id":17749146,"uuid":"20596852","full_name":"geerlingguy/ansible-role-ansible","owner":"geerlingguy","description":"Ansible Role - Ansible","archived":false,"fork":false,"pushed_at":"2024-07-17T04:03:26.000Z","size":51,"stargazers_count":156,"open_issues_count":0,"forks_count":90,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-10T04:06:31.796Z","etag":null,"topics":["ansible","automation","install","pip","python","role","setup","software"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/ansible/","language":null,"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/geerlingguy.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":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2014-06-07T16:04:27.000Z","updated_at":"2024-09-08T18:19:16.000Z","dependencies_parsed_at":"2024-10-25T17:07:03.628Z","dependency_job_id":"b6acbaff-f2d4-4948-9ca4-41e2d961e18a","html_url":"https://github.com/geerlingguy/ansible-role-ansible","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-ansible/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675607,"owners_count":20977378,"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","automation","install","pip","python","role","setup","software"],"created_at":"2024-10-09T04:06:34.521Z","updated_at":"2025-04-07T15:10:50.563Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Ansible\n\n[![CI](https://github.com/geerlingguy/ansible-role-ansible/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-ansible/actions/workflows/ci.yml)\n\nAn Ansible Role that installs Ansible on Linux servers.\n\n## Requirements\n\nIf using on a RedHat/CentOS/Rocky Linux-based host, make sure you've added the EPEL repository (it can easily be installed by including the `geerlingguy.repo-epel` role on Ansible Galaxy).\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    ansible_install_method: package\n\nWhether to install Ansible via the system `package` manager (`apt`, `yum`, `dnf`, etc.), or via `pip`. If set to `pip`, you need to make sure Pip is installed prior to running this role. You can use the `geerlingguy.pip` module to install Pip easily.\n\n    ansible_install_version_pip: ''\n\nIf `ansible_install_method` is set to `pip`, the specific Ansible version to be installed via Pip. If not set, the latest version of Ansible will be installed.\n\n    ansible_install_pip_extra_args: ''\n\nIf `ansible_install_method` is set to `pip`, the extra arguments to be given to `pip` are listed here. If not set, no extra arguments are given.\n\n    ansible_pip_executable: ''\n\nif `ansible_install_method` is set to `pip`, this is the path to the pip executable, in case your platform doesn't find the right name.\n\n    ansible_epel_repo_name: 'epel'\n\nif `ansible_install_method` is set to `package` and you are on a RHEL machine, and your local satellite server admins decided to name the epel repository something other than epel, this variable gives you the opportunity to provide the right name.\n\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\nInstall from the system package manager:\n\n    - hosts: servers\n      roles:\n        - role: geerlingguy.ansible\n\nInstall from pip:\n\n    - hosts: servers\n      vars:\n        ansible_install_method: pip\n        ansible_install_version_pip: \"8.6.0\"\n        ansible_install_pip_extra_args: \"--user\"\n      roles:\n        - role: geerlingguy.pip\n        - role: geerlingguy.ansible\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2014 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-ansible/lists"}