From c4a76e8e1f73dc0008e839586e36c1b0618f1d0c Mon Sep 17 00:00:00 2001 From: Kargo <15101965+kargo-dev@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:02:39 -0500 Subject: [PATCH] Remove Ansible Playbooks section from node documentation Removed section about Ansible Playbooks for hyperbridge node. The repo is no longer available --- docs/pages/developers/network/node.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/pages/developers/network/node.mdx b/docs/pages/developers/network/node.mdx index 3f3772e8f..cb5fb1f51 100644 --- a/docs/pages/developers/network/node.mdx +++ b/docs/pages/developers/network/node.mdx @@ -187,12 +187,6 @@ hyperbridge \ --out-peers=32 ``` -### Ansible Playbooks - -A community member has graciously provided their ansible playbook for running the hyperbridge node. You can find it here: - - - [schmiatz/hyperbridge-node](https://github.com/schmiatz/hyperbridge-node) - ### Miscellaneous Ensure that your firewall and NAT configuration allow incoming connections on port `30333` for optimal peering with other nodes on the network.