src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/meta
diff options
context:
space:
mode:
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}}"