xmr-remote-nodes/deployment/ansible/inventory.example.ini
ditatompel 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

5 lines
194 B
INI

[server]
xmr-node-server ansible_host=192.168.0.2 ansible_user=xmr-nodes ansible_ssh_private_key_file=/path/to/ssh/private_key
[prober]
prober-1 ansible_host=192.168.0.3 ansible_user=xmr-nodes