Inital commit

This commit is contained in:
2023-03-09 00:38:30 +01:00
commit 56fa5970af
3273 changed files with 537628 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# yaml-language-server: $schema=../../../schemas/_index.json
index: 4
title: Computers
toc: false
templates:
node: 'computers'

View 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'

View 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'