mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-25 17:16:11 +00:00
27 lines
499 B
YAML
27 lines
499 B
YAML
|
# 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'
|