13 lines
272 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
# 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