{"id":16679634,"url":"https://github.com/mrk21/ansible-lib","last_synced_at":"2026-04-20T21:37:41.369Z","repository":{"id":15768852,"uuid":"18507763","full_name":"mrk21/ansible-lib","owner":"mrk21","description":"Ansible module libraries.","archived":false,"fork":false,"pushed_at":"2014-09-01T05:50:40.000Z","size":336,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-31T11:27:35.511Z","etag":null,"topics":["ansible","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/mrk21.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-07T06:03:52.000Z","updated_at":"2021-07-22T21:11:35.000Z","dependencies_parsed_at":"2022-09-24T04:11:19.293Z","dependency_job_id":null,"html_url":"https://github.com/mrk21/ansible-lib","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mrk21/ansible-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fansible-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fansible-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fansible-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fansible-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrk21","download_url":"https://codeload.github.com/mrk21/ansible-lib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrk21%2Fansible-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","python"],"created_at":"2024-10-12T13:36:34.363Z","updated_at":"2026-04-20T21:37:41.327Z","avatar_url":"https://github.com/mrk21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ansible-lib\n===========\n\nAnsible module libraries.\n\n## Installation\n\nClone this repository into your project's `library` directory:\n\n```bash\n$ cd /path/to/your-project/\n$ mkdir -p library/\n$ cd library/\n$ git clone https://github.com/mrk21/ansible-lib.git\n```\n\n## Usage\n\n* [http_wait_for](#http_wait_for)\n* [firebrew](#firebrew)\n\n### http\\_wait\\_for\n\nWaits the HTTP request for a condition before continuing.\n\n#### Options\n\n| parameter | required | default | choices | comments |\n| --------- | -------- | ------- | ------- | ---------|\n| host | no | 127.0.0.1 | |  Hostname |\n| port | no | 80 or 443 | | Port |\n| path | no | / | | Path |\n| ssl | no | no | yes, no | Using SSL |\n| status | no | 200 | | OK status |\n| interval | no | 3 | | Access interval (sec) |\n| timeout | no | 60 | | Time out (sec) |\n\n#### Examples\n\nInstall Jenkins Git Plugin:\n\n```yaml\n---\n- name: start jenkins server\n  command: java -jar jenkins.war\n  \n- http_wait_for: port=8080 timeout=300\n  \n- name: install git plugin\n  command: java -jar jenkins-cli.jar -s http://127.0.0.1:8080 install-plugin git\n  \n- name: restart jenkins server\n  command: java -jar jenkins-cli.jar -s http://127.0.0.1:8080 safe-restart\n  \n- http_wait_for: port=8080 timeout=300\n```\n\n### firebrew\n\nManage the Firefox Add-ons.\n\n*see: [mrk21/firebrew](https://github.com/mrk21/firebrew \"mrk21/firebrew\")*\n\n#### Options\n\n| parameter | required | default | choices | comments |\n| --------- | -------- | ------- | ------- | ---------|\n| name | yes | | | Extension name |\n| state | no | present | present, absent | Install or Uninstall |\n| base\\_dir | no | | | The profiles.ini path |\n| profile | no | | | Target profile name |\n| firefox | no | | | The Firefox command path |\n\n#### Examples\n\n```yaml\n---\n- name: install Vimperator\n  firebrew: name=Vimperator state=present\n  \n- name: uninstall Japanese Language Pack\n  firebrew: name='Japanese Language Pack' state=absent\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Fansible-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrk21%2Fansible-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrk21%2Fansible-lib/lists"}