mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Inital commit
This commit is contained in:
6
samples/it_v1/doc/secrets/_index.yaml
Normal file
6
samples/it_v1/doc/secrets/_index.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
# yaml-language-server: $schema=../../schemas/_index.json
|
||||
index: 1000
|
||||
title: Secrets
|
||||
templates:
|
||||
node: 'secrets'
|
||||
items: '@none'
|
||||
9
samples/it_v1/doc/secrets/ad.yaml
Normal file
9
samples/it_v1/doc/secrets/ad.yaml
Normal 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'
|
||||
11
samples/it_v1/doc/secrets/ms365.yaml
Normal file
11
samples/it_v1/doc/secrets/ms365.yaml
Normal 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'
|
||||
6
samples/it_v1/doc/secrets/windows.yaml
Normal file
6
samples/it_v1/doc/secrets/windows.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
# yaml-language-server: $schema=../../schemas/secrets.json
|
||||
name: Windows
|
||||
secrets:
|
||||
- type: USER
|
||||
user: Administrator
|
||||
password: 'Pa$$w0rd'
|
||||
Reference in New Issue
Block a user