cosmos-spaces / ansible-cosmos-validators

This repository secures cloud provider servers, installs and configures CometBFT based chains for both, validator and sentry (relayer) nodes, and installs Horcrux using Ansible.
MIT License
0 stars 1 forks source link

Feature: Makefile with specific or additional parameters to run #13

Closed ac9-xyz closed 1 month ago

ac9-xyz commented 1 month ago

certain chain repos seem to have specific or additional parameters to run the make install in our ansible playbooks so this should cover everything.

Example Repo: https://github.com/KYVENetwork/chain/blob/main/Makefile

I have provided an example in the kyve testnet file

This is untested