2021-02-15 15:25:11 -06:00
|
|
|
---
|
|
|
|
# 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"
|
2021-02-15 15:45:49 -06:00
|
|
|
wallet_file_local: "{{ user_mfn.home }}/wallet.ini"
|