Actually standardize vars files using yaml suffix
This commit is contained in:
84
vars/accounts.yaml
Normal file
84
vars/accounts.yaml
Normal file
@@ -0,0 +1,84 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user