mirror of
https://git.wownero.com/dsc/ansible-remote-node.git
synced 2024-08-15 01:03:28 +00:00
Initial commit
This commit is contained in:
commit
3ca64f164d
13 changed files with 196 additions and 0 deletions
11
roles/wownerod/tasks/install.yaml
Normal file
11
roles/wownerod/tasks/install.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Download release binary
|
||||
get_url:
|
||||
url: "{{ wownerod_remote_url }}"
|
||||
dest: "{{ wownerod_path }}"
|
||||
checksum: "{{ wownerod_remote_hash }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
notify:
|
||||
- restart wownerod
|
Loading…
Add table
Add a link
Reference in a new issue