[root_nodes]
0-root ansible_host=192.0.2.10
#1-root ansible_host=
#2-root ansible_host=

[master_nodes]
0-master ansible_host=192.0.2.11
#1-master ansible_host=
#2-master ansible_host=

[testnet_all:children]
root_nodes
master_nodes

# Global variables for the new network
[testnet_all:vars]
ansible_user=root
ansible_python_interpreter=/usr/bin/python3
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
##
## Provide a name of the network.
cellframe_net=testnet
##
## Set a native token ticker.
cellframe_token=TST
##
## Set a port for the cellframe-node server.
## Recommended default value is 8079.
cellframe_node_server_port=8079
##
## Set a signature type for certifiicates. 
## CRYSTALS-Dilithium is a recommended signature. 
signature_type=sig_dil
##
## Set a number of required root nodes for the dag-poa consensus. 
## This value must not be higher than total count of root nodes in the network!
zerochain_auth_number=1
##
## Set a total number of certificates for token declaration.
token_decl_total=4
##
## Set a minimum number of certificates for token emission.
token_emission_signs=2
##
## Set a number of tokens to be emitted.
## Variable value can be written both in tokens and in datoshi format. 
## For example, 1 token is either 1.0 or 1000000000000000000 
token_emission_value=1234.0
##
## Various variables
cellframe_path=/opt/cellframe-node
cellframe_cli=/opt/cellframe-node/bin/cellframe-node-cli
cellframe_log_path=/opt/cellframe-node/var/log/cellframe-node.log
##
##
## Additional optional configuration.
##
## Configure 0-master host to act as a RPC node.
## Enables CLI server to listen for external requests and places its configuration in cellframe-node.cfg.d directory.
enable_rpc_mode=true
##
## Set a port for the CLI server.
## Recommended default value is 8081.
cellframe_cli_server_port=8081
##
## Specify if m-token should be declared
declare_mtoken=true
##
## Assemble an archive with required files to add new nodes to the network.
conf_archive=true
