{"id":26911534,"url":"https://github.com/blockscapenetwork/ssv-ansible","last_synced_at":"2026-05-05T14:32:51.568Z","repository":{"id":229613869,"uuid":"776476598","full_name":"BlockscapeNetwork/ssv-ansible","owner":"BlockscapeNetwork","description":"This is an Ansible role for installing and configuring the SSV`s DVT solution.","archived":false,"fork":false,"pushed_at":"2024-03-25T09:43:10.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T12:03:46.771Z","etag":null,"topics":["ansible","dvt","ethereum","ssv"],"latest_commit_sha":null,"homepage":"https://blockscape.network","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/BlockscapeNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-03-23T16:06:37.000Z","updated_at":"2024-03-25T10:17:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd0f872b-f08c-49bd-a7e6-039494e6817b","html_url":"https://github.com/BlockscapeNetwork/ssv-ansible","commit_stats":null,"previous_names":["blockscapenetwork/ssv-ansible"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlockscapeNetwork/ssv-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockscapeNetwork%2Fssv-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockscapeNetwork%2Fssv-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockscapeNetwork%2Fssv-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockscapeNetwork%2Fssv-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlockscapeNetwork","download_url":"https://codeload.github.com/BlockscapeNetwork/ssv-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockscapeNetwork%2Fssv-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32653552,"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","dvt","ethereum","ssv"],"created_at":"2025-04-01T14:39:02.478Z","updated_at":"2026-05-05T14:32:51.563Z","avatar_url":"https://github.com/BlockscapeNetwork.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSV Ansible Role\n\nThis is an Ansible role for installing and configuring the SSV`s DVT solution.\n\n## Description\n\nThis role installs and configures the SSV`s DVT solution on a target machine. The role is designed to be used in an existing Ethereum validator setup.\n\n## Getting Started\n\n### Dependencies\n\ndocker, pip\n\n```bash\n- role: geerlingguy.docker\n- role: geerlingguy.pip\n    pip_install_packages:\n    - name: docker\n```\n\n### Installing\n\nExample Playbook with use of [EthPandaOps Ansible Collection](https://github.com/ethpandaops/ansible-collection-general/tree/master/roles/ethereum_node):\n\n```bash\n- hosts: \u003cYour-Linux-Host\u003e\n  become: true\n  roles:\n  - role: geerlingguy.docker\n  - role: geerlingguy.pip\n    pip_install_packages:\n    - name: docker\n  - role: ethpandaops.general.ethereum_node\n    ethereum_node_el: geth\n    ethereum_node_cl: lighthouse\n    ethereum_node_mev_boost_enabled: true\n    ethereum_node_cl_validator_enabled: true\n    ethereum_node_cl_validator_fee_recipient: \"\u003cyour_fee_recipient\u003e\"\n  - role: blockscape.ssv\n```\n\n### Configuration\n\nFollow the steps from SSV documentation to generate the encrypted key: https://docs.ssv.network/operator-user-guides/operator-node/installation#generate-operator-keys-encrypted\n\nCreate the configfile according to the SSV documentation and point it to your EL \u0026  CL clients: https://docs.ssv.network/operator-user-guides/operator-node/installation#create-configuration-file\n\ncopy the encrypted key \u0026 config to the target machine and set the path in the ansible playbook (default path: /data/ssv).\n\nEXAMPLE (both files are in the a folder called \"ssv\" beside your playbook):\n\n```bash\n- name: Copy ssv configs to remote server\n  copy:\n    src: \"{{ playbook_dir }}/ssv/\"\n    dest: \"/data/ssv\"\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE) - see the LICENSE.md file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockscapenetwork%2Fssv-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockscapenetwork%2Fssv-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockscapenetwork%2Fssv-ansible/lists"}