infra-role-geth/tasks/wrappers.yml

17 lines
356 B
YAML
Raw Normal View History

---
- 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