{"id":16897810,"url":"https://github.com/cevich/accessible","last_synced_at":"2026-05-07T00:36:14.446Z","repository":{"id":79003286,"uuid":"136914600","full_name":"cevich/accessible","owner":"cevich","description":"Ansible-galaxy role to wait for, and make ready, a Fedora, Ubuntu, CentOS, or RHEL subject host.","archived":false,"fork":false,"pushed_at":"2019-07-03T19:11:08.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T11:21:42.495Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cevich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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:05:01.000Z","updated_at":"2019-07-03T19:11:10.000Z","dependencies_parsed_at":"2023-03-12T06:25:25.267Z","dependency_job_id":null,"html_url":"https://github.com/cevich/accessible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cevich/accessible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevich%2Faccessible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevich%2Faccessible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevich%2Faccessible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevich%2Faccessible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cevich","download_url":"https://codeload.github.com/cevich/accessible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cevich%2Faccessible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272817255,"owners_count":24997956,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T17:39:59.439Z","updated_at":"2026-05-07T00:36:14.415Z","avatar_url":"https://github.com/cevich.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Accessable\n=========\n\n[Ansible Galaxy enabled](https://galaxy.ansible.com/cevich/accessible)\nrole to wait for a host to boot, then make sure any low-level Ansible\nor system requirements are taken care of.  Finally, it makes an explicit\ncall to the setup module for fact-gathering.\n\nRequirements\n------------\n\nSame as stock Ansible ``2.3+``.\n\nRole Variables\n--------------\n\n``accessible_cmd``:\n    The command, when executed successfully on the subject-host, signals\n    availability and readiness.  Defaults to ``/bin/true``.\n\n``accessible_retries``:\n    The number of times to retry ``accessible_cmd`` before failing\n    subject host.  Also see ``accessible_delay`` below.  Defaults to ``20``.\n\n``accessible_delay``:\n    The number of seconds to wait between each retry of ``accessible_cmd``.\n    Defaults to ``5``.\n\n``accessible_ansible_deps``:\n    Lookup table of Ansible dependency installation commands per OS and\n    major version.  The lookup is based upon the contents of ``/etc/os-release``\n    If no match is found, the ``default`` key is used.\n\n``accessible_gather_subset``:\n    After any dependencies are installed, the ``setup`` module will run to gather\n    subject-host facts.  This value limits collection to a subset of fact\n    plugins.  Defaults to 'network'.\n\n\nDependencies\n------------\n\nFor RHEL systems, this role depends on\n[cevich.subscribed](https://galaxy.ansible.com/cevich/subscribed) being\navailable (by name).\n\n\nExample Playbook\n----------------\n\n```yaml\n    - hosts: all\n      gather_facts: False\n      roles:\n        - accessible\n```\n\nLicense\n-------\n\n    Wait for, and make ready, a Fedora, Ubuntu, CentOS, or RHEL subject host.\n    Copyright (C) 2018  Christopher C. Evich\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n\nAuthor Information\n------------------\n\nCausing trouble and inciting mayhem with Linux since Windows 98\n\n\nContinuous Integration\n----------------------\n\nTravis CI: [![Build Status](https://travis-ci.org/cevich/accessible.svg?branch=master)](https://travis-ci.org/cevich/accessible)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevich%2Faccessible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcevich%2Faccessible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevich%2Faccessible/lists"}