{"id":18792845,"url":"https://github.com/deekayen/ansible-role-ius","last_synced_at":"2026-05-05T19:31:16.818Z","repository":{"id":138909122,"uuid":"165694781","full_name":"deekayen/ansible-role-ius","owner":"deekayen","description":"Install the IUS repository (Inline with Upstream Stable) for RHEL/CentOS.","archived":false,"fork":false,"pushed_at":"2021-07-27T03:56:18.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T15:16:21.352Z","etag":null,"topics":["ansible","ansible-role","centos","ius","rhel"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/deekayen/repo_ius","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/deekayen.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":"deekayen","ko_fi":"deekayen","liberapay":"deekayen","custom":["paypal.me/deekayen","venmo.com/drdnorman","buymeacoff.ee/deekayen"]}},"created_at":"2019-01-14T16:30:33.000Z","updated_at":"2021-07-27T03:56:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad1342bc-51e8-4e26-95c9-63f4e8abc425","html_url":"https://github.com/deekayen/ansible-role-ius","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/deekayen/ansible-role-ius","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deekayen","download_url":"https://codeload.github.com/deekayen/ansible-role-ius/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deekayen%2Fansible-role-ius/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"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","centos","ius","rhel"],"created_at":"2024-11-07T21:22:05.247Z","updated_at":"2026-05-05T19:31:16.785Z","avatar_url":"https://github.com/deekayen.png","language":null,"funding_links":["https://github.com/sponsors/deekayen","https://ko-fi.com/deekayen","https://liberapay.com/deekayen","paypal.me/deekayen","venmo.com/drdnorman","buymeacoff.ee/deekayen"],"categories":[],"sub_categories":[],"readme":"# ansible-role-ius\n\n[![CI](https://github.com/deekayen/ansible-role-ius/workflows/CI/badge.svg)](https://github.com/deekayen/ansible-role-ius/actions?query=workflow%3ACI) [![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)\n\nInstall the [IUS repository](https://ius.io/) (Inline with Upstream Stable) for RHEL/CentOS.\nAllow install on hosts without direct internet connection (used http(s) proxy).\n\n## Requirements\n\nRHEL/CentOS 7 version\n\n## Role Variables\n\nSee defaults/main.yml for details\n\n```yaml\nproxy_url: \"\"\nius_repo_url: \"https://repo.ius.io/\"\nius_enable: true\nius_enable_testing: false\nius_enable_archive: false\n```\n\n## Dependencies\n\nAdd next roles to your playbook:\n\n- [geerlingguy.repo-epel](https://github.com/geerlingguy/ansible-role-repo-epel)\n\n## Example Playbook\n\n### Ansible Galaxy\n\n```bash\n$ cat requirements.yml\n- src: deekayen.repo_ius\n  version: main\n\n$ ansible-galaxy install -r requirements.yml\n```\n\n### From fork or this repo\n\n```bash\n$ cat requirements.yml\n- src: git@github.com:deekayen/ansible-role-ius.git\n  version: main\n\n$ ansible-galaxy install -r requirements.yml\n```\n\n```yaml\n- hosts: servers\n  roles:\n    - deekayen.repo_ius\n```\n\n## License\n\nMIT\n\n## Author Information\n\n[Kirill Sevriugin](https://kisev.me) \u003ckisevme@gmail.com\u003e was the original author but deleted the GitHub repository. David Norman asked for a backup copy and then forked it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekayen%2Fansible-role-ius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeekayen%2Fansible-role-ius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeekayen%2Fansible-role-ius/lists"}