env-ansible/tasks/miner/debug.yml

13 lines
207 B
YAML
Raw Normal View History

---
# Print out all inventory flags associated to mining.
2021-02-13 06:04:28 -06:00
- name: Miner | DEBUG | Inventory Variables
debug:
var: "{{ item }}"
loop:
- xmr
- eth
- cpu
- gpu
- amdgpu
- nvidia