{"id":15924042,"url":"https://github.com/parithosh/ansible_role_eth2_forkmon","last_synced_at":"2026-03-18T17:14:41.103Z","repository":{"id":105041169,"uuid":"385180019","full_name":"parithosh/ansible_role_eth2_forkmon","owner":"parithosh","description":"ansible galaxy role for deploying an eth2-forkmon instance","archived":false,"fork":false,"pushed_at":"2021-07-12T18:42:01.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T02:15:30.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/parithosh.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":"2021-07-12T08:38:25.000Z","updated_at":"2023-04-01T22:46:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"2857ff51-d6cc-4f35-8867-470b042adc45","html_url":"https://github.com/parithosh/ansible_role_eth2_forkmon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithosh%2Fansible_role_eth2_forkmon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithosh%2Fansible_role_eth2_forkmon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithosh%2Fansible_role_eth2_forkmon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parithosh%2Fansible_role_eth2_forkmon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parithosh","download_url":"https://codeload.github.com/parithosh/ansible_role_eth2_forkmon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247005397,"owners_count":20868019,"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","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-06T21:03:57.027Z","updated_at":"2026-03-18T17:14:41.042Z","avatar_url":"https://github.com/parithosh.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible galaxy role for setting up eth2 forkmon\n\n## Intro\n\neth2 forkmon can be used to track the status of multiple eth2 nodes. Information such as epoch, slot, head state are presented\non a webpage.\n\n## Setup\n\n- Install the ansible-galaxy role by using `ansible-galaxy install parithosh.ansible_role_eth2_forkmon`\n- Set up the required variables in `group_vars/eth2_forkmon`:\n    - forkmon_dir: directory on the server to store the config file\n    - eth2-forkmon-image: container image to run\n    - forkmon_require_restart: if the container should be restarted\n    - forkmon_http_listen_port: the host port the container will listen on\n    - forkmon_endpoints: a list of \"addr\" \u0026 \"eth1\" that specifies the eth2 beacon node API IP addresses\n    - network_name: name of the network\n    - seconds_per_slot: number of seconds per slot\n    - genesis_time: genesis time\n    - slots_per_epoch: number of slots per epoch\n    \n- Include the role in a playbook called setup_forkmon.yml:\n```yaml\n- name: Start forkmon\n  hosts: eth2_forkmon\n  gather_facts: true\n  become: true\n  tasks:\n    - name: Run forkmon setup\n      include_role:\n        name: eth2_forkmon\n```\n- Run the playbook with: ansible-playbook -i inventory/inventory.ini playbook/setup_forkmon.yml\n- eth2 forkmon should now be accessible at `\u003cserver-ip\u003e:\u003cforkmon_http_listen_port\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparithosh%2Fansible_role_eth2_forkmon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparithosh%2Fansible_role_eth2_forkmon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparithosh%2Fansible_role_eth2_forkmon/lists"}