env-ansible/tasks/miner/debug.yml

26 lines
407 B
YAML
Raw Normal View History

---
# Print out all inventory flags associated to mining.
- name: DEBUG | Coin Type | xmr
debug:
var: xmr
- name: DEBUG | Coin Type | eth
debug:
var: eth
- name: DEBUG | System Type | cpu
debug:
var: cpu
2021-02-13 05:59:33 -06:00
- name: DEBUG | System Type | gpu
debug:
var: gpu
- name: DEBUG | System Type | amdgpu
debug:
var: amdgpu
- name: DEBUG | System Type | nvidia
debug:
var: nvidia