Role variables
Last updated
Last updated
The variable naming and layout is the same as in the role. This is a deliberate design choice which enables seamless integration of both roles and full node deployment in a single Playbook.
Role variables are defined in 'defaults'. This means they have the lowest precedence and can be easily overridden. See for details on the precedence.
defaults/main/main.yml
generic variables for the role; common variables for all clients
vars/{{os_family}}.yml
variables specific to the OS
This section outlines variables that you will most likely want to modify.
Role behavior is dictated by the following variables. They allow you to specify what components of the stack get deployed. Refer to the section for details.
The defaults will work for a single server deployment. If you want to install monitoring server on a dedicated host and monitor endpoints (Ethereum clients) running on remote hosts.