feat: Enhance game station setup and configuration
- Updated README with detailed instructions for creating a dedicated Ansible user on Linux, including SSH key setup and passwordless sudo. - Added userConfigurations.json for Steam ROM Manager with configurations for various gaming consoles. - Introduced scripts for managing Gamescope and Steam sessions, including launch scripts for various emulators (Genesis, PSP, RPCS3, SNES). - Created systemd service for Gamescope session management. - Developed Ansible playbook for configuring Fedora for optimized Sunshine and Gamescope streaming, including user setup and system configurations. - Updated Prometheus configuration to reflect changes in exporter targets. - Commented out the Devolo exporter module in Terraform configuration for future reference.
This commit is contained in:
@@ -16,10 +16,10 @@ module "disk_exporter" {
|
||||
standby_mode = false
|
||||
}
|
||||
|
||||
module "devolo_exporter" {
|
||||
for_each = local.devolo_devices
|
||||
source = "../../modules/utils/devolo-expporter"
|
||||
devolo_ip = each.value.ip
|
||||
devolo_model = each.value.model
|
||||
}
|
||||
# module "devolo_exporter" {
|
||||
# for_each = local.devolo_devices
|
||||
# source = "../../modules/utils/devolo-expporter"
|
||||
# devolo_ip = each.value.ip
|
||||
# devolo_model = each.value.model
|
||||
# }
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ scrape_configs:
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "auth-exporter.prometheus.svc.cluster.local:9100"
|
||||
- " -exporter.prometheus.svc.cluster.local:9100"
|
||||
- labels:
|
||||
cluster: "dev-01"
|
||||
- job_name: disk-exporter
|
||||
@@ -21,9 +21,3 @@ scrape_configs:
|
||||
- "disk-exporter.prometheus.svc.cluster.local:9100"
|
||||
- labels:
|
||||
cluster: "dev-01"
|
||||
- job_name: devolo-exporter
|
||||
scrape_interval: 30s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "devolo-exporter-620.prometheus.svc.cluster.local:9100"
|
||||
# - "devolo-exporter-326.prometheus.svc.cluster.local:9100"
|
||||
|
||||
Reference in New Issue
Block a user