This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
omni-ansible/vars/accounts.yaml

85 lines
1.4 KiB
YAML

---
omni_group:
name: omni
gid: 1300
omni_users:
# name: (required) username
# targets: (required) list of targets to grant the user permission on
# admin: (required) boolean indicates whether to give sudo access
# fullname: (optional) full name of the user
# svc: (optional) whether the account is a service account
# Actual user accounts
- name: enpaul
uid: 1301
fullname: Ethan N. Paul
targets: [mgmt, datastore]
admin: true
- name: kaisersjr
uid: 1302
fullname: Sultan Jilani
targets: [datastore]
admin: false
- name: sglagovitch
uid: 1305
fullname: Sophia Glagovitch
targets: [datastore]
admin: false
# Automation users
- name: ansible
uid: 1299
targets: [mgmt, datastore]
admin: true
svc: true
- name: mech_plex
uid: 1298
targets: [datastore]
svc: true
- name: mech_minecraft
uid: 1297
targets: [datastore]
svc: true
- name: mech_ubnt
uid: 1296
targets: [datastore]
svc: true
- name: mech_gitea
uid: 1295
targets: [datastore]
svc: true
- name: mech_bitwarden
uid: 1294
targets: [datastore]
svc: true
- name: mech_jitsi
uid: 1293
targets: [datastore]
svc: true
- name: mech_moc
uid: 1292
targets: [datastore]
svc: true
- name: mech_scipio
uid: 1291
targets: [datastore]
svc: true
- name: mech_nextcloud
uid: 1290
targets: [datastore]
svc: true