Add TODO to node + Sample IT_V2

This commit is contained in:
2024-10-31 18:34:57 +01:00
parent acac2199c3
commit 5cc8375106
150 changed files with 5259 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# yaml-language-server: $schema=../../../schemas/_index.json
index: 8
title: Printers
toc: false
templates:
node: printers

View File

@@ -0,0 +1,12 @@
# yaml-language-server: $schema=../../../schemas/printer.json
name: 'mfc-01'
type: mfc
model: ''
location: ''
interfaces:
- name: 'LAN'
ip: '10.10.10.211'
mask: '255.255.255.0'
gw: '10.10.10.1'
dns:
- '10.10.10.1'

View File

@@ -0,0 +1,12 @@
# yaml-language-server: $schema=../../../schemas/printer.json
name: 'printer-01'
type: printer
model: ''
location: ''
interfaces:
- name: 'LAN'
ip: '10.10.10.212'
mask: '255.255.255.0'
gw: '10.10.10.1'
dns:
- '10.10.10.1'