src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/meta
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-12 19:47:57 -0500
committerLuke Hoersten <[email protected]>2020-05-12 19:47:57 -0500
commit20f74df71e4223591d5a26010df575c99ad3dc43 (patch)
tree531e4a2f0594ed17023f0f430c3c8a0bc66fb293 /lnd/meta
parente15954d16ab8fa98faae42afd828dd2a55324ba7 (diff)
Removed btcd role and combined lnd role.
Diffstat (limited to 'lnd/meta')
-rw-r--r--lnd/meta/main.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/lnd/meta/main.yaml b/lnd/meta/main.yaml
deleted file mode 100644
index c3caef1..0000000
--- a/lnd/meta/main.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
----
-
-dependencies:
- - role: node/install
- vars:
- node_install_user: "{{lnd_user}}"
- node_install_url: "{{lnd_url}}"
- node_install_tar: "{{lnd_tar}}"
- node_install_tar_name: "{{lnd_tar_name}}"
-
- - role: node/install
- vars:
- node_install_user: "{{lndconnect_user}}"
- node_install_url: "{{lndconnect_url}}"
- node_install_tar: "{{lndconnect_tar}}"
- node_install_tar_name: "{{lndconnect_tar_name}}"
-
- - role: node/conf
- vars:
- node_type: "lnd"
- node_conf_template: "lnd.conf.j2"
- node_service_template: "lnd.service.j2"
- node_data_dir: "{{lnd_data_dir}}"
- node_log_dir: "{{lnd_log_dir}}"