mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Add TODO to node + Sample IT_V2
This commit is contained in:
6
samples/it_v2/doc/devices/computers/_index.yaml
Normal file
6
samples/it_v2/doc/devices/computers/_index.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
# yaml-language-server: $schema=../../../schemas/_index.json
|
||||
index: 4
|
||||
title: Computers
|
||||
toc: false
|
||||
templates:
|
||||
node: 'computers'
|
||||
20
samples/it_v2/doc/devices/computers/computer-01.yaml
Normal file
20
samples/it_v2/doc/devices/computers/computer-01.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# yaml-language-server: $schema=../../../schemas/computer.json
|
||||
name: 'computer-01'
|
||||
type: ''
|
||||
model: ''
|
||||
os: 'Windows 11 Pro'
|
||||
location: ''
|
||||
interfaces:
|
||||
- name: 'LAN'
|
||||
ip: '10.10.10.21'
|
||||
mask: '255.255.255.0'
|
||||
gw: '10.10.10.1'
|
||||
dns:
|
||||
- '10.10.10.1'
|
||||
updates:
|
||||
- type: 'os'
|
||||
method: 'auto'
|
||||
frequency: 'auto'
|
||||
time: 'auto'
|
||||
backups:
|
||||
- type: 'none'
|
||||
23
samples/it_v2/doc/devices/computers/computer-02.yaml
Normal file
23
samples/it_v2/doc/devices/computers/computer-02.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
# yaml-language-server: $schema=../../../schemas/computer.json
|
||||
todo:
|
||||
- msg: 'Replace computer'
|
||||
priority: 20
|
||||
name: 'computer-02'
|
||||
type: ''
|
||||
model: ''
|
||||
os: '! Windows 7 Pro'
|
||||
location: ''
|
||||
interfaces:
|
||||
- name: 'LAN'
|
||||
ip: '10.10.10.22'
|
||||
mask: '255.255.255.0'
|
||||
gw: '10.10.10.1'
|
||||
dns:
|
||||
- '10.10.10.1'
|
||||
updates:
|
||||
- type: 'os'
|
||||
method: 'auto'
|
||||
frequency: 'auto'
|
||||
time: 'auto'
|
||||
backups:
|
||||
- type: 'none'
|
||||
Reference in New Issue
Block a user