diff options
| author | Luke Hoersten <[email protected]> | 2025-05-28 19:58:31 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-05-28 19:58:31 -0500 |
| commit | 11dd3f07f505c6dc3dc3dd4fcad6d6208e9c2f5c (patch) | |
| tree | ceaaf270bcb90b4545426d1affba1bed29f9d8f0 /bitcoind/defaults | |
| parent | aa6a8f5b9375d6ffd4ee9ebf1e41fa3a43c42dc7 (diff) | |
Minor config updates.
Diffstat (limited to 'bitcoind/defaults')
| -rw-r--r-- | bitcoind/defaults/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml index 870b628..56ea73f 100644 --- a/bitcoind/defaults/main.yaml +++ b/bitcoind/defaults/main.yaml @@ -7,3 +7,7 @@ bitcoind_arch: "{{ansible_architecture}}" bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" bitcoind_enable_txindex: "1" +bitcoind_add_node: [] +bitcoind_rpc_allow_ip: [] +bitcoind_rpc_bind: [] +bitcoind_enable_wallet: false |
