Ansible Rule for installing the latest Bitcoin Knots release using the Ubuntu PPA. Only works on Ubuntu. Installs a systemd service to auto-restart Bitcoin Knots.
You can learn more about Bitcoin Knots here: https://bitcoinknots.org/
There are no requirements.
The only variable available is defining your own bitcoin.conf file instead of using the default one from /files/bitcoin.conf.
For more information about the configuration option of Bitcoin Core see https://bitcoin.org/en/full-node and https://jlopp.github.io/bitcoin-core-config-generator/
There are no dependencies.
- hosts: nodes
roles:
- { role: lclc.bitcoin-knots, bitcoinConfigFile: bitcoin.conf }
MIT
Lucas Betschart (lucas@blockchainsource.ch) www.blockchainsource.ch