13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
# Info: KCL OS task schemas for provisioning (Provisioning)
|
|
# Author: JesusPerezLorenzo
|
|
# Release: 0.0.4
|
|
# Date: 10-12-2023
|
|
|
|
import regex
|
|
|
|
schema OS:
|
|
name: str = "os"
|
|
admin_user: str
|
|
admin_group: str = "${admin_user}"
|
|
src_user_path: str
|
|
ssh_keys: str |