2021-02-15 15:25:11 -06:00
|
|
|
---
|
|
|
|
# Define file, folder, and other facts per OS.
|
|
|
|
|
2021-02-15 16:11:25 -06:00
|
|
|
- name: Miner | Facts | System | Config File
|
2021-02-15 15:25:11 -06:00
|
|
|
set_fact:
|
2021-02-15 16:03:34 -06:00
|
|
|
config_server: 'ling@leet'
|
|
|
|
config_file_remote: "InstallFiles/Miners/miner.ini"
|
|
|
|
config_file_local: "{{ user_mfn.home }}/miner.ini"
|
2021-02-15 16:11:25 -06:00
|
|
|
config_section_wallet: wallet
|