{"id":18947211,"url":"https://github.com/qedsoftware/ansible-socorro","last_synced_at":"2026-04-29T01:02:54.132Z","repository":{"id":145932469,"uuid":"66543432","full_name":"qedsoftware/ansible-socorro","owner":"qedsoftware","description":"Ansible for Socorro","archived":false,"fork":false,"pushed_at":"2017-08-01T20:00:59.000Z","size":206,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-25T13:48:37.520Z","etag":null,"topics":["ansible"],"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/qedsoftware.png","metadata":{"files":{"readme":"README.rst","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,"zenodo":null}},"created_at":"2016-08-25T09:12:19.000Z","updated_at":"2019-07-08T20:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"900e470c-7113-44b2-a62f-38a481da7861","html_url":"https://github.com/qedsoftware/ansible-socorro","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/qedsoftware/ansible-socorro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Fansible-socorro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Fansible-socorro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Fansible-socorro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Fansible-socorro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qedsoftware","download_url":"https://codeload.github.com/qedsoftware/ansible-socorro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qedsoftware%2Fansible-socorro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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"],"created_at":"2024-11-08T13:09:17.411Z","updated_at":"2026-04-29T01:02:54.123Z","avatar_url":"https://github.com/qedsoftware.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"socorro |travis|\n================\n\n.. |travis| image:: https://travis-ci.org/qedsoftware/ansible-socorro.svg?branch=master\n  :target: https://travis-ci.org/qedsoftware/ansible-socorro/builds\n\nInstall Socorro (processor and collector components) and Kibana.\n\nRole Variables\n--------------\n\n============================== =================================================== ===================\nName                           Description                                         Example\n============================== =================================================== ===================\nsocorro_upload_testing_symbols Symbols to upload during Ansible playbook execution demoapp.sym\n============================== =================================================== ===================\n\nExample Playbook\n----------------\n\nCreate user ``socorro`` to run server:\n\n.. code-block:: yaml\n\n  - hosts: socorro\n    tasks:\n      - name: Create 'socorro' group\n        become: yes\n        group:\n          name=socorro\n      - name: Create 'socorro' user\n        become: yes\n        user:\n          name=socorro\n          group=socorro\n\nCreate server and upload basic symbols (if path is relative they will be\nsearched in ``files`` directory):\n\n.. code-block:: yaml\n\n  - hosts: socorro\n    become_user: socorro\n    become: yes\n    roles:\n      - socorro\n    vars:\n      socorro_upload_testing_symbols:\n        - demoapp.sym\n        - libMakeSegv.so.sym\n\nRun on testing environment:\n\n.. code-block:: shell\n\n  \u003e ansible-playbook --inventory-file stage stage.yml --ask-become-pass\n\nRun on production:\n\n.. code-block:: shell\n\n  \u003e ansible-playbook --inventory-file prod prod.yml --ask-become-pass\n\nNote that if repo is cloned by git you need to set destination directory name\nto ``socorro`` since it must be a role name (see ``ansible.cfg``):\n\n.. code-block:: shell\n\n  \u003e git clone https://github.com/qedsoftware/ansible-socorro socorro\n\nLicense\n-------\n\nBSD\n\nAuthor Information\n------------------\n\nRuslan Baratov \u003cruslan@qed.ai\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqedsoftware%2Fansible-socorro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqedsoftware%2Fansible-socorro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqedsoftware%2Fansible-socorro/lists"}