{"id":19952971,"url":"https://github.com/ethersphere/ansible-role-bee","last_synced_at":"2026-03-04T03:32:17.398Z","repository":{"id":78861663,"uuid":"500484945","full_name":"ethersphere/ansible-role-bee","owner":"ethersphere","description":"This repository contains sample code for automating bee installation and management using Ansible","archived":false,"fork":false,"pushed_at":"2023-05-28T06:58:03.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T18:50:27.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ethersphere/bee","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ethersphere.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":"2022-06-06T15:17:27.000Z","updated_at":"2022-06-09T15:49:16.000Z","dependencies_parsed_at":"2023-08-25T11:02:39.192Z","dependency_job_id":null,"html_url":"https://github.com/ethersphere/ansible-role-bee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ethersphere/ansible-role-bee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethersphere%2Fansible-role-bee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethersphere%2Fansible-role-bee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethersphere%2Fansible-role-bee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethersphere%2Fansible-role-bee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethersphere","download_url":"https://codeload.github.com/ethersphere/ansible-role-bee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethersphere%2Fansible-role-bee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"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":[],"created_at":"2024-11-13T01:14:56.006Z","updated_at":"2026-03-04T03:32:17.378Z","avatar_url":"https://github.com/ethersphere.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: bee\n\nThis repository contains sample code for automating bee installation and management using Ansible.\n\n[Ansible](https://www.ansible.com/) is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs.\n[bee](https://github.com/ethersphere/bee/) is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.\n\n## Installation\n\n### Ansible Galaxy\nUse `ansible-galaxy install ethersphere.bee` to install the latest stable release of the role on your system. Alternatively, if you have already installed the role, use `ansible-galaxy install -f ethersphere.bee` to update the role to the latest release.\n\n### Git\nUse git clone https://github.com/ethersphere/ansible-role-bee.git to pull the latest edge commit of the role from GitHub.\n\n## Example\n\nDeploy one bee node on a defined host\n\n`hosts`\n```\n[my-hosts]\nx.x.x.x\n```\n\n`playbook.yml`\n```\n---\n- hosts: my-hosts\n\n  roles:\n    - role: ethersphere.bee\n  vars:\n    bee_config:\n      swap-endpoint: https://rpc.gnosischain.com/\n      swap-initial-deposit: 0\n```\n\n`host_vars/x.x.x.x.yml`\n```\nswarm_key: '{\"address\":\"b7bacdcafac7adb97df33b2c76922425a0bf0fc1\",\"crypto\":{\"cipher\":\"aes-128-ctr\",\"ciphertext\":\"739ea31cad0a116823d12155cf1f3da987200f70322ea6ef3b4f13cca38346c1\",\"cipherparams\":{\"iv\":\"9eaac7d8ff2dc63d683900afcde1ede0\"},\"kdf\":\"scrypt\",\"kdfparams\":{\"n\":32768,\"r\":8,\"p\":1,\"dklen\":32,\"salt\":\"a89f5e12b820ee917dca59a83a1359fd0b7d892bcec1c0aa37c102ee73749a4c\"},\"mac\":\"e1b124a8f3d08d382af3331e56c1666227429680bfca9461c2de79f98d731807\"},\"version\":3,\"id\":\"d834a5ad-6a36-4a27-8116-53370df83ffa\"}'\npassword: my-password\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethersphere%2Fansible-role-bee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethersphere%2Fansible-role-bee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethersphere%2Fansible-role-bee/lists"}