Commit graph

4 commits

Author SHA1 Message Date
5fae3d565a
chore: Rename tools directory to deployment
The `tools` directory contains example ansible playbook, systemd
example, and Nginx configuration example for the server.

The directory name `deployment` for that stuffs much more suitable.
2024-05-30 12:02:11 +07:00
0f7029b939
Update deployment example (CPU arch aware) #3
The ansible playbook is now using ansible_facts to determinate target
server or prober CPU architecture. The final "production" binary name
and changed to just simply "xmr-nodes-{client,server}".
2024-05-18 18:09:36 +07:00
35b73bd8e5
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.
2024-05-06 22:12:56 +07:00
0804c4f055
Adding ansible example deploy server 2024-05-06 20:51:44 +07:00