mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-04 16:03:09 +02:00
7 lines
244 B
YAML
7 lines
244 B
YAML
users:
|
|
sld:
|
|
description: "Auto Generated Account to reserve the SLD"
|
|
username: "{{ primary_domain.split('.')[0] }}"
|
|
tld:
|
|
description: "Auto Generated Account to reserve the TLD"
|
|
username: "{{ primary_domain.split('.')[1] }}" |