Skip to content
 
 

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: litecoin Core

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

Requirements

none

Role Variables

  • 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_)

Dependencies

none

Example Playbook

- hosts: miner
  roles:
    - { role: depach.litecoin-core }

Thank you

License

MIT

About

Ansible role to install Litecoin Core on a Debian like system.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages