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: 2
title: Servers
toc: false
templates:
node: 'servers'

View File

@@ -0,0 +1,26 @@
# yaml-language-server: $schema=../../../schemas/server.json
name: 'dc-01'
type: ''
roles: [ 'DC' ]
model: ''
os: 'Windows Server 2019 Std'
location: ''
interfaces:
- name: 'LAN'
ip: '10.10.10.110'
mask: '255.255.255.0'
gw: '10.10.10.1'
dns:
- '127.0.0.1'
updates:
- type: 'os'
method: 'auto'
frequency: 'friday'
time: 23:30
backups:
- type: 'Windows Backup'
content: 'All'
frequency: daily
time: 20:30
duration: ''
target: 'External HDD'

View File

@@ -0,0 +1,28 @@
# yaml-language-server: $schema=../../../schemas/server.json
name: 'fs-01'
type: ''
roles:
- 'File server'
- 'Print server'
model: ''
os: 'Windows Server 2019 Std'
location: ''
interfaces:
- name: 'LAN'
ip: '10.10.10.111'
mask: '255.255.255.0'
gw: '10.10.10.1'
dns:
- '10.10.10.1'
updates:
- type: 'os'
method: 'auto'
frequency: 'friday'
time: 23:30
backups:
- type: 'Windows Backup'
content: 'All'
frequency: daily
time: 20:30
duration: ''
target: 'External HDD'

View File

@@ -0,0 +1,30 @@
# yaml-language-server: $schema=../../../schemas/server.json
todo:
- msg: 'Add a new NAS server for backup'
priority: 20
name: 'nas-01'
type: ''
roles:
- 'Backup server'
model: ''
os: ''
location: ''
interfaces:
- name: 'LAN'
ip: '10.10.10.119'
mask: '255.255.255.0'
gw: '10.10.10.1'
dns:
- '10.10.10.1'
updates:
- type: 'os'
method: 'auto'
frequency: 'friday'
time: 23:30
backups:
- type: 'Internal Backup'
content: 'All'
frequency: daily
time: 20:30
duration: ''
target: 'External HDD'