env-ansible/tasks/miner/debug.yml
2021-02-13 06:04:28 -06:00

13 lines
207 B
YAML

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