Begin variablizing miner tasks.

This commit is contained in:
2021-02-15 10:23:23 -06:00
parent c2b427cc8f
commit 45884ffd5c
5 changed files with 36 additions and 30 deletions

View File

@ -1,12 +0,0 @@
---
# Account to do mining tasks.
- name: Miner | Account Management | User | Miner Forty Niner
user:
name: mfn
comment: Miner Forty Niner
system: yes
groups:
- video
- render
append: yes

View File

@ -0,0 +1,22 @@
---
# Account to do mining tasks.
## Gather ##
- name: Miner | Account Management | Gather | Find Root Directory
shell: pwd
register: root_home
## Runner ##
- name: Miner | Account Management | Users | MFN
user:
name: mfn
comment: Miner Forty Niner
system: yes
groups:
- video
- render
append: yes
register: user_mfn