25d3eafa5b
- Implemented tasks for managing Ubuntu containers using Podman, including inspection, creation, starting, and SSH setup. - Added verification tasks for WSL and Podman installation, machine existence, and NSSM service status. - Created PowerShell scripts for Podman auto-start on Windows boot. - Introduced Prometheus role with default configurations and installation tasks. - Updated Windows SSH role to improve authorized_keys management and permissions handling. - Modified inventory to include Windows containers host. - Updated Grafana datasource configurations with direct IP addresses for Prometheus instances.
36 lines
788 B
YAML
36 lines
788 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: prometheus-dev-01
|
|
type: prometheus
|
|
url: http://prometheus.prometheus.svc.cluster.local:9090
|
|
isDefault: true
|
|
editable: false
|
|
jsonData:
|
|
httpMethod: POST
|
|
timeInterval: 15s
|
|
- name: prometheus-ci-01
|
|
type: prometheus
|
|
url: http://10.19.4.207:9090
|
|
isDefault: false
|
|
editable: false
|
|
jsonData:
|
|
httpMethod: POST
|
|
timeInterval: 15s
|
|
- name: prometheus-gpu-01
|
|
type: prometheus
|
|
url: http://10.19.4.106:9091
|
|
isDefault: false
|
|
editable: false
|
|
jsonData:
|
|
httpMethod: POST
|
|
timeInterval: 15s
|
|
- name: prometheus-prod-01
|
|
type: prometheus
|
|
url: http://10.5.5.2:9090
|
|
isDefault: false
|
|
editable: false
|
|
jsonData:
|
|
httpMethod: POST
|
|
timeInterval: 15s
|