mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-03 23:52:04 +02:00
10 lines
315 B
YAML
10 lines
315 B
YAML
users:
|
|
administrator:
|
|
description: "System Administrator"
|
|
username: "administrator"
|
|
email: "administrator@{{ primary_domain }}"
|
|
password: "{{ ansible_become_password }}"
|
|
uid: 1001
|
|
gid: 1001
|
|
is_admin: true
|