An Ansible role that compiles and installs litecoind, litecoin-cli and litecoin-tx (e.g. headless) on Debian like systems.
Forked From https://github.com/lifeofguenter/ansible-role-bitcoin-core
none
-
litecoin_version: 0.16.3 -
litecoin_user: litecoin -
litecoin_home: "/home/{{ litecoin_user }}" -
litecoin_conf_datadir: "{{ litecoin_home }}" -
litecoin_conf_pid: /run/litecoind/litecoind.pid
See https://litecoin.info/index.php/Litecoin.conf#litecoin.conf_Configuration_File for more options (prefix them with litecoin_conf_)
none
- hosts: miner
roles:
- { role: depach.litecoin-core }
- Gunter Grodotzki (lifeofguenter) for ansible-role-bitcoin-core
- Cédric Félizard (infertux) for munin-bitcoin