Make sure user, group, and permission is set

User need to specify user and group ownership of the binary file from
the ansible playbook config.
This commit is contained in:
Cristian Ditaputratama 2024-05-06 22:12:56 +07:00
parent 899ffd0830
commit 35b73bd8e5
Signed by: ditatompel
GPG key ID: 31D3D06D77950979

View file

@ -13,6 +13,9 @@
copy:
src: ../../bin/xmr-nodes-static-linux-amd64
dest: /path/to/remote/server/bin
Owner: your_user
Group: your_group
mode: 0755
- name: Start systemd daemon
systemd: