diff options
| author | Luke Hoersten <[email protected]> | 2020-04-27 11:17:52 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-04-27 11:17:52 -0500 |
| commit | 99575d0d007feb9ba97109be94e7ee5230bb40ce (patch) | |
| tree | dedb43d697647753ee76a554c5d8edcbb0731e87 /btcd/meta/main.yaml | |
Initial commit of btcd and lnd roles.
Diffstat (limited to 'btcd/meta/main.yaml')
| -rw-r--r-- | btcd/meta/main.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/btcd/meta/main.yaml b/btcd/meta/main.yaml new file mode 100644 index 0000000..f2d6d7f --- /dev/null +++ b/btcd/meta/main.yaml @@ -0,0 +1,17 @@ +--- + +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}}" |
