2018-11-11 06:59:43 +00:00
|
|
|
---
|
|
|
|
users:
|
2018-12-11 05:47:21 +00:00
|
|
|
# name: (required) username
|
|
|
|
# password: (required) password encrypted using "python -c 'import crypt; print(crypt.crypt(raw_input(), crypt.mksalt(crypt.METHOD_SHA512)))'"
|
|
|
|
# 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
|
2018-11-11 06:59:43 +00:00
|
|
|
|
|
|
|
- name: root
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$UuXJahi90Mh9aQ.6$dsqQGH4of9EDRR11UbsXL077hQW.AV3WdflbjZResKr85osoCC7Ff/l7hDHv5uL6zJjbNhXaRrVfj/EaGycZ0/"
|
|
|
|
targets:
|
|
|
|
- servers
|
|
|
|
- vms
|
|
|
|
- workstations
|
2018-11-11 06:59:43 +00:00
|
|
|
admin: True
|
|
|
|
|
2018-11-12 01:14:50 +00:00
|
|
|
# Automation users
|
|
|
|
|
2018-11-11 06:59:43 +00:00
|
|
|
- name: ansible
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$SbdfIFNKL3jkMOdu$IOctsiJUQbOkj9dtGWV4lUqwwAA5nA8dLKFTLUrm5Fzk1Efl7QAxS36Vs94ra2JlqlYg1XKR7SNQM2q.fUa7t/"
|
|
|
|
targets:
|
|
|
|
- servers
|
|
|
|
- vms
|
|
|
|
- workstations
|
|
|
|
- datastore
|
|
|
|
- gitea
|
2018-12-22 18:54:07 +00:00
|
|
|
- bitwarden
|
2018-12-11 05:47:21 +00:00
|
|
|
- plex
|
|
|
|
- admin
|
2018-12-22 18:54:07 +00:00
|
|
|
- vpn
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-11 06:59:43 +00:00
|
|
|
admin: True
|
2018-12-11 05:47:21 +00:00
|
|
|
svc: True
|
2018-11-11 06:59:43 +00:00
|
|
|
|
2018-11-12 01:14:50 +00:00
|
|
|
# Service accounts
|
|
|
|
|
|
|
|
- name: svc_gitea
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$ThlNrAQeWYqeqHdY$4eoVF0FvZdDND9jCG9WpSPtf7akeEg5NqpcPqDBjrikV6e3wwS77umXqbkx0hrN/2ByahiW5dx/laQZa6xZrR."
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- gitea
|
2018-11-12 01:14:50 +00:00
|
|
|
admin: False
|
2018-12-11 05:47:21 +00:00
|
|
|
svc: True
|
2018-11-12 01:14:50 +00:00
|
|
|
|
|
|
|
- name: svc_plex
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$dDEwXYf6DYbVZCw4$KZWDDZV1bO7KwGdWkbsck/A.fAqxOyExy4MI8QHtnOyjumgImidTck71V3cs8rZ6nASsspqmIqy4YlWH9o1la."
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- plex
|
2018-11-12 01:14:50 +00:00
|
|
|
admin: False
|
2018-12-11 05:47:21 +00:00
|
|
|
svc: True
|
2018-11-12 01:14:50 +00:00
|
|
|
|
2018-12-22 18:54:07 +00:00
|
|
|
- name: svc_bitwarden
|
|
|
|
password: "$6$oWPdq2hmQV03IBuF$SgpAzN1XVIefwYZtvA2gVaHD3DcclyGugEbZLXGn./1KZocew96KQC6PJZhVOKX9PYlzfWntmEy0Y/VCKHWBj1"
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- bitwarden
|
|
|
|
admin: False
|
|
|
|
svc: True
|
|
|
|
|
2018-11-12 01:14:50 +00:00
|
|
|
# Actual user accounts
|
|
|
|
|
2018-11-11 06:59:43 +00:00
|
|
|
- name: enpaul
|
|
|
|
fullname: Ethan N. Paul
|
2018-12-12 02:18:40 +00:00
|
|
|
password: "$6$zo5JctaKeFq2OvAK$/klDgQ2BQaSZ/y6WX5.1svMIx0VTYhpxVqJXBRZa/mg7ol7zTodNo1xpobYKljKzFOgJKHWJMApbpTzKOj1XV1"
|
2018-12-11 05:47:21 +00:00
|
|
|
targets:
|
|
|
|
- servers
|
|
|
|
- vms
|
|
|
|
- workstations
|
|
|
|
- datastore
|
|
|
|
- gitea
|
2018-12-22 18:54:07 +00:00
|
|
|
- bitwarden
|
2018-12-11 05:47:21 +00:00
|
|
|
- plex
|
|
|
|
- admin
|
2018-12-22 18:54:07 +00:00
|
|
|
- vpn
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-11 06:59:43 +00:00
|
|
|
admin: True
|
|
|
|
|
2018-11-12 01:14:50 +00:00
|
|
|
- name: kaisersjr
|
|
|
|
fullname: Sultan Jilani
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$Xxer5gAKkiDdYuI.$Yep2hja0l7bZko8sVpk9AzxDJwAet.lEXzpy/W0ghyL42z7AandboL9/MPXeHan0oQzEOAebTKnAxdpprV8Pg0"
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- gitea
|
2018-12-22 18:54:07 +00:00
|
|
|
- bitwarden
|
2018-12-11 05:47:21 +00:00
|
|
|
- vpn
|
|
|
|
- workstations
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-12 01:14:50 +00:00
|
|
|
admin: False
|
|
|
|
|
|
|
|
- name: notsoninja
|
|
|
|
fullname: Johnathan W. Adams
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$PNQCj9oRGTmPsV8B$wWIC10U7fAbaZKOxeYjaK9jhTeXG2LS94JFiOCJlGtcgzl8I4kI5212oBn8RJ2P9.fIm.7Zo/Ih6BrUGGZLyh/"
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- gitea
|
|
|
|
- vpn
|
|
|
|
- workstations
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-12 01:14:50 +00:00
|
|
|
admin: False
|
|
|
|
|
|
|
|
- name: avalonburned
|
|
|
|
fullname: Christine K. Deidrich
|
2018-12-11 05:47:21 +00:00
|
|
|
password: "$6$axpFNAA1/Xn7a9OM$GriXqvM./KMjJpJyCCghsOl256oORUvWhQApg.aj2pGbbuiespT4pmdWATU2de5RwJkJznrA6hIdMxHPQmN9T0"
|
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- gitea
|
|
|
|
- vpn
|
|
|
|
- workstations
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-21 03:01:09 +00:00
|
|
|
admin: False
|
|
|
|
|
|
|
|
- name: sglagovitch
|
|
|
|
fullname: Sophia Glagovitch
|
|
|
|
password: "$6$JC4neE6pXlGAbwSA$13t55k38QHhAHYrt0Ybg51ADknX0lyRpyQOHwREUBeZ8kfxaVcOISt3EcwwSxxWWzwzW5hfRgbC82n3O.zcHr1"
|
2018-12-11 05:47:21 +00:00
|
|
|
targets:
|
|
|
|
- datastore
|
|
|
|
- gitea
|
|
|
|
- vpn
|
|
|
|
- workstations
|
2018-12-31 03:54:33 +00:00
|
|
|
- nextcloud
|
2018-11-12 01:14:50 +00:00
|
|
|
admin: False
|