--- a/bitcoind/defaults/main.yaml Mon Sep 01 12:37:03 2025 -0500
+++ b/bitcoind/defaults/main.yaml Mon Mar 23 23:33:20 2026 -0500
@@ -3,7 +3,7 @@
bitcoind_user: "bitcoin"
# https://bitcoincore.org/bin
bitcoind_version: "29.0"
-bitcoind_arch: "{{ansible_architecture}}"
+bitcoind_arch: "{{ansible_facts['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: "0"
--- a/bitcoind/tasks/main.yaml Mon Sep 01 12:37:03 2025 -0500
+++ b/bitcoind/tasks/main.yaml Mon Mar 23 23:33:20 2026 -0500
@@ -40,7 +40,6 @@
mode: "{{item.mode}}"
loop:
- { path: "{{bitcoind_data_dir}}", mode: "0750" }
- - { path: "{{bitcoind_log_dir}}", mode: "0750" }
- { path: "{{bitcoind_conf_dir}}", mode: "0755" }
- name: configure bitcoind
--- a/bitcoind/templates/bitcoin.conf.j2 Mon Sep 01 12:37:03 2025 -0500
+++ b/bitcoind/templates/bitcoin.conf.j2 Mon Mar 23 23:33:20 2026 -0500
@@ -2,7 +2,6 @@
uacomment={{bitcoind_comment}}
datadir={{bitcoind_data_dir}}
-logdir={{bitcoind_log_dir}}
maxuploadtarget=1024
dbcache={{bitcoind_dbcache}}
--- a/lnd/tasks/main.yaml Mon Sep 01 12:37:03 2025 -0500
+++ b/lnd/tasks/main.yaml Mon Mar 23 23:33:20 2026 -0500
@@ -51,7 +51,6 @@
mode: "{{item.mode}}"
loop:
- { path: "{{lnd_data_dir}}", mode: "0750" }
- - { path: "{{lnd_log_dir}}", mode: "0750" }
- { path: "{{lnd_conf_dir}}", mode: "0755" }
- name: configure lnd
--- a/lnd/templates/lnd.conf.j2 Mon Sep 01 12:37:03 2025 -0500
+++ b/lnd/templates/lnd.conf.j2 Mon Mar 23 23:33:20 2026 -0500
@@ -2,7 +2,6 @@
externalip={{node_external_ip}}
datadir={{lnd_data_dir}}
-logdir={{lnd_log_dir}}
alias={{lnd_alias}}
; color=#3399FF