8 lines
256 B
YAML
8 lines
256 B
YAML
|
---
|
||
|
# Define file, folder, and other facts per OS.
|
||
|
|
||
|
- name: Miner | Facts | System | Wallet Location
|
||
|
set_fact:
|
||
|
wallet_server: 'ling@leet'
|
||
|
wallet_file_remote: "InstallFiles/Miners/wallet.ini"
|
||
|
wallet_file_local: "{{ user_mfn.home }}/wallet.ini"
|