mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
Create tags.yml
This commit is contained in:
parent
acb2d00085
commit
de96e6409f
96
configuration/initializers/tags.yml
Normal file
96
configuration/initializers/tags.yml
Normal file
|
|
@ -0,0 +1,96 @@
|
||||||
|
tags:
|
||||||
|
- name: ANDROID
|
||||||
|
slug: android
|
||||||
|
color: 4caf50
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: Automated
|
||||||
|
slug: automated
|
||||||
|
color: 9e9e9e
|
||||||
|
- name: BALHQ CLI
|
||||||
|
slug: balhq-cli
|
||||||
|
color: 2196f3
|
||||||
|
description: Balmung HQ Clients
|
||||||
|
- name: BALHQ SRV
|
||||||
|
slug: balhq-srv
|
||||||
|
color: ffeb3b
|
||||||
|
description: Balmung HQ Server
|
||||||
|
- name: BLACKHO
|
||||||
|
slug: blackho
|
||||||
|
color: '111111'
|
||||||
|
description: BlackHorizen
|
||||||
|
- name: CLIENT
|
||||||
|
slug: client
|
||||||
|
color: 03a9f4
|
||||||
|
description: DEVICE-CONFIG
|
||||||
|
- name: DHCP-POOL
|
||||||
|
slug: dhcp-pool
|
||||||
|
color: '795548'
|
||||||
|
description: IPAM-VIEW
|
||||||
|
- name: DMZ
|
||||||
|
slug: dmz
|
||||||
|
color: ff9800
|
||||||
|
- name: HETZNER
|
||||||
|
slug: hetzner
|
||||||
|
color: f44336
|
||||||
|
description: external hosted
|
||||||
|
- name: INFRA
|
||||||
|
slug: infra
|
||||||
|
color: 009688
|
||||||
|
description: DEVICE-CONFIG
|
||||||
|
- name: KIRCHBI-OB
|
||||||
|
slug: kirchbi-ob
|
||||||
|
color: 9c27b0
|
||||||
|
description: Kirchbichl OB - Privat
|
||||||
|
- name: LAPTOP
|
||||||
|
slug: laptop
|
||||||
|
color: '795548'
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: LINUX
|
||||||
|
slug: linux
|
||||||
|
color: ff5722
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: MOBILE
|
||||||
|
slug: mobile
|
||||||
|
color: 673ab7
|
||||||
|
description: DEVICE-CONFIG
|
||||||
|
- name: SERVER
|
||||||
|
slug: server
|
||||||
|
color: 9e9e9e
|
||||||
|
description: DEVICE-CONFIG
|
||||||
|
- name: SONVIDA
|
||||||
|
slug: sonvida
|
||||||
|
color: f44336
|
||||||
|
description: Son Vida
|
||||||
|
- name: WINDOWS
|
||||||
|
slug: windows
|
||||||
|
color: 3f51b5
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: WORKSTATION
|
||||||
|
slug: workstation
|
||||||
|
color: ff66ff
|
||||||
|
description: DEVICE-CONFIG
|
||||||
|
- name: ZEBRA
|
||||||
|
slug: zebra
|
||||||
|
color: ffffff
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: ansible-audited
|
||||||
|
slug: ansible-audited
|
||||||
|
color: f44336
|
||||||
|
description: automatisiert gescanntes und aktualisiertes Netz
|
||||||
|
- name: catalyst
|
||||||
|
slug: catalyst
|
||||||
|
color: 9e9e9e
|
||||||
|
- name: iOS/iPadOS
|
||||||
|
slug: iphone
|
||||||
|
color: ffe4e1
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: imported
|
||||||
|
slug: imported
|
||||||
|
color: 9e9e9e
|
||||||
|
- name: macOS
|
||||||
|
slug: macos
|
||||||
|
color: ff66ff
|
||||||
|
description: DEVICE-TYPE
|
||||||
|
- name: vCenter
|
||||||
|
slug: vcenter
|
||||||
|
color: 9e9e9e
|
||||||
Loading…
Reference in a new issue