-
Notifications
You must be signed in to change notification settings - Fork 5
/
glances.yml
39 lines (35 loc) · 906 Bytes
/
glances.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
- hosts: homelab
vars:
application: glances
docker_network: "{{ networks.pub }}"
tasks:
- name: Create container
ansible.builtin.include_role:
name: docker_container
vars:
image: nicolargo/glances:ubuntu-4.1.2.1-full
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /etc/os-release:/etc/os-release:ro
env:
GLANCES_OPT: "-w"
TZ: "{{ common_timezone }}"
traefik:
- port: 61208
auth: page
pid_mode: host
device_requests:
- driver: nvidia
count: -1
device_ids: []
options: {}
capabilities:
- - gpu
homepage:
group: Monitoring
weight: 250
description: "System monitoring"
widget:
metric: info
version: 4