Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yujinlim/ansible-dogecoind

install dogecoind
https://github.com/yujinlim/ansible-dogecoind

Last synced: 15 days ago
JSON representation

install dogecoind

Awesome Lists containing this project

README

        

dogecoind
=========

Installation of dogecoind, only supports `debian` for now

Role Variables
--------------

```yaml
---
dogecoind_name: dogecoind

dogecoind_datadir: /root/.dogecoin
dogecoind_cache: 1024 # in MB, 1gb
dogecoind_maxconnections: 125

dogecoind_testnet: false
dogecoind_port: 22556

dogecoind_rpc: false
dogecoind_rpcbind: 0.0.0.0
dogecoind_rpcallowip: 0.0.0.0/0
dogecoind_rpckeepalive: 1
dogecoind_rpcthreads: 4
dogecoind_rpcport: 8332
dogecoind_rpc_username: username
dogecoind_rpc_password: password
```

Example Playbook
----------------

- hosts: servers
roles:
- { role: dogecoind }