mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
Initial commit
This commit is contained in:
commit
3ca64f164d
13 changed files with 196 additions and 0 deletions
8
roles/wownerod/defaults/main.yaml
Normal file
8
roles/wownerod/defaults/main.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
wownerod_remote_url: "https://distfiles.offtopica.uk/wownerod-0.8.0.2"
|
||||
wownerod_remote_hash: "sha256:ac7bba8924d43dfc9e9cf868737ebebc68591fdc17273cd0b3b9216e959fb0bc"
|
||||
wownero_version: "0.8.0.2"
|
||||
wownero_bin_dir: "/usr/local/bin"
|
||||
wownerod_path: "{{ wownero_bin_dir }}/wownerod"
|
||||
wownerod_p2p_port: "34567"
|
||||
wownerod_rpc_port: "34568"
|
Loading…
Add table
Add a link
Reference in a new issue