diff options
| author | Luke Hoersten <[email protected]> | 2020-05-12 19:47:57 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-12 19:47:57 -0500 |
| commit | 20f74df71e4223591d5a26010df575c99ad3dc43 (patch) | |
| tree | 531e4a2f0594ed17023f0f430c3c8a0bc66fb293 /btcd/meta/main.yaml | |
| parent | e15954d16ab8fa98faae42afd828dd2a55324ba7 (diff) | |
Removed btcd role and combined lnd role.
Diffstat (limited to 'btcd/meta/main.yaml')
| -rw-r--r-- | btcd/meta/main.yaml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/btcd/meta/main.yaml b/btcd/meta/main.yaml deleted file mode 100644 index f2d6d7f..0000000 --- a/btcd/meta/main.yaml +++ /dev/null @@ -1,17 +0,0 @@ ---- - -dependencies: - - role: node/install - vars: - node_install_user: "{{btcd_user}}" - node_install_url: "{{btcd_url}}" - node_install_tar: "{{btcd_tar}}" - node_install_tar_name: "{{btcd_tar_name}}" - - - role: node/conf - vars: - node_type: "btcd" - node_conf_template: "btcd.conf.j2" - node_service_template: "btcd.service.j2" - node_data_dir: "{{btcd_data_dir}}" - node_log_dir: "{{btcd_log_dir}}" |
