created utility script to create run from clightning. sorted out location and permissions for rtl to access.

This commit is contained in:
b0xxer
2024-02-18 10:27:42 -06:00
parent 57c83ea393
commit 3076cae8c2
6 changed files with 48 additions and 5 deletions
+12
View File
@@ -30,6 +30,18 @@
notify: rebuild_rtl
tags: [apps,rtl]
- name: rtl - Copy checkrunes.sh
ansible.builtin.template:
src: rtl/checkrunes.sh.j2
dest: ~/containers/rtl/checkrunes.sh
mode: '0700'
tags: [apps,rtl]
- name: rtl - Run checkrunes.sh
ansible.builtin.command:
cmd: ~/containers/rtl/checkrunes.sh
creates: ~/vol/rtl/data/rtl.macaroon
- name: rtl - Copy rtl-node.container file
ansible.builtin.template:
src: rtl/rtl-node.container.j2