bitcoind/defaults/main.yaml
changeset 37 d89c55c55f7c
parent 35 f7dc2fa74e74
child 38 6010e08ece63
equal deleted inserted replaced
36:8de33340cca9 37:d89c55c55f7c
     1 ---
     1 ---
     2 
     2 
     3 bitcoind_user: "bitcoin"
     3 bitcoind_user: "bitcoin"
     4 # https://bitcoincore.org/bin
     4 # https://bitcoincore.org/bin
     5 bitcoind_version: "28.0"
     5 bitcoind_version: "29.0"
     6 bitcoind_arch: "{{ansible_architecture}}"
     6 bitcoind_arch: "{{ansible_architecture}}"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     9 bitcoind_enable_txindex: "1"
     9 bitcoind_enable_txindex: "1"