General Fixes (#20)
* Remove redundant calls to facts. * Must have accidentally removed miner/system thinking it was general/system. * Add missing variable xmr_stak_cpu. * Ignore when connection to GitHub fails. * Telegraf agents have been hoarding resources on Debian servers. Reset job will killall should work properly now. * Once the function sets accept, it is staying for the session. Need to unset in case `update -y` is run, cancelled, and then `update` is run.
This commit is contained in:
12
local.yml
12
local.yml
@ -104,14 +104,13 @@
|
||||
|
||||
|
||||
|
||||
####### Workstations #######
|
||||
# Additional setup for systems with GUI.
|
||||
####### Workstations #######
|
||||
|
||||
# Additional setup for systems with GUI.
|
||||
- name: Main | Workstation Setup
|
||||
block:
|
||||
|
||||
- include: facts/general/system.yml
|
||||
- include: facts/workstation/package.yml
|
||||
- include: facts/general/service.yml
|
||||
|
||||
# Set Up Desktop Environments #
|
||||
- include: tasks/workstation/freebsd/software/gui.yml
|
||||
@ -161,6 +160,7 @@
|
||||
|
||||
|
||||
####### Miners #######
|
||||
|
||||
# Additional setup for miners.
|
||||
- name: Main | Miner Setup
|
||||
block:
|
||||
@ -232,8 +232,8 @@
|
||||
|
||||
|
||||
|
||||
####### Reporting #######
|
||||
# Provide information for analysis.
|
||||
####### Reporting #######
|
||||
# Provide information for analysis.
|
||||
|
||||
- include: tasks/general/software/telegraf.yml
|
||||
|
||||
|
Reference in New Issue
Block a user