23 lines
404 B
YAML
Raw Normal View History

2021-02-15 10:23:23 -06:00
---
# Account to do mining tasks.
## Gather ##
- name: Miner | Account Management | Gather | Find Root Directory
shell: cd ~; pwd
2021-02-15 10:23:23 -06:00
register: root_home
## Runner ##
- name: Miner | Account Management | Users | MFN
user:
name: mfn
comment: Miner Forty Niner
system: yes
groups:
- video
- render
append: yes
shell: "{{ bash_exec.stdout }}"
2021-02-15 10:23:23 -06:00
register: user_mfn