pete001 / eos-mainnet

Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
https://eosnode.tools/automation
MIT License
47 stars 12 forks source link

How to add config to the playbook? #9

Closed shtse8 closed 6 years ago

shtse8 commented 6 years ago

We want to enable mongodb plugin by default in the playblook. How can we do this?

pete001 commented 6 years ago

Hey @shtse8 you can enable this by updating: roles/network/templates/mainnet/api.j2 with the relevant parameters from here: https://developers.eos.io/eosio-nodeos/docs/mongo_db_plugin

shtse8 commented 6 years ago

Thanks.