hyphacoop / cosmos-ansible

Ansible scripts for spinning up Cosmos network configurations
Apache License 2.0
48 stars 15 forks source link

node playbook relies on binaries not installed with the node role #388

Closed mazzy89 closed 1 year ago

mazzy89 commented 1 year ago

The README, the docs around and the Youtube screencast refers to run always node.yml playbook which uses the role node. However that role has dependencies which if I'm not mistaken come from the gaia role. Although might be intuitive for the more navigated users, it is not very intuitive for who want to start from scratch with a blank bare metal machine or VM. There are then certain pre-requirements to satify. @dasanchez can we point out to this requirements in the doc?

mazzy89 commented 1 year ago

The binary is actually installed in the base.yml under the node role.