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: 1000
title: Secrets
templates:
node: 'secrets'
items: '@none'

View File

@@ -0,0 +1,9 @@
# yaml-language-server: $schema=../../schemas/secrets.json
name: AD
secrets:
- type: AD
user: Administrator
password: 'Pa$$w0rd'
- type: AD
user: LocalAdmin
password: 'SimplePass'

View File

@@ -0,0 +1,11 @@
# yaml-language-server: $schema=../../schemas/secrets.json
name: Microsoft 365
secrets:
- type: https
user: admin@companysa.onmicrosoft.com
password: 'MySuperPassword'
mfa:
- type: totp
value: 'JEWRF85D23NNMEISL3j'
- type: sms
value: '+000000000000'

View File

@@ -0,0 +1,6 @@
# yaml-language-server: $schema=../../schemas/secrets.json
name: Windows
secrets:
- type: USER
user: Administrator
password: 'Pa$$w0rd'