infra-role-geth/tasks/wrappers.yml
Jakub Sokołowski c5ef3a4f2d
put wrappers under geth_service_path
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-03-25 13:49:49 +01:00

17 lines
356 B
YAML

---
- name: Create Geth console attach wrapper
template:
src: 'attach.sh.j2'
dest: '{{ geth_service_path }}/attach.sh'
owner: 'root'
group: 'docker'
mode: 0750
- name: Create Geth JSON RPC wrapper script
template:
src: 'rpc.sh.j2'
dest: '{{ geth_service_path }}/rpc.sh'
owner: 'root'
group: 'docker'
mode: 0750