mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-26 01:26:11 +00:00
24 lines
423 B
YAML
24 lines
423 B
YAML
|
# 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'
|