Add bitwarden host and service account

This commit is contained in:
Ethan N. Paul 2018-12-22 13:54:07 -05:00
parent 36a61c7510
commit bf7105006e
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
description: "Application Host: Bitwarden"
targets:
- admin
- bitwarden
networking:
eth0:

View File

View File

@ -25,8 +25,10 @@ users:
- workstations - workstations
- datastore - datastore
- gitea - gitea
- bitwarden
- plex - plex
- admin - admin
- vpn
admin: True admin: True
svc: True svc: True
@ -48,6 +50,14 @@ users:
admin: False admin: False
svc: True svc: True
- name: svc_bitwarden
password: "$6$oWPdq2hmQV03IBuF$SgpAzN1XVIefwYZtvA2gVaHD3DcclyGugEbZLXGn./1KZocew96KQC6PJZhVOKX9PYlzfWntmEy0Y/VCKHWBj1"
targets:
- datastore
- bitwarden
admin: False
svc: True
# Actual user accounts # Actual user accounts
- name: enpaul - name: enpaul
@ -59,8 +69,10 @@ users:
- workstations - workstations
- datastore - datastore
- gitea - gitea
- bitwarden
- plex - plex
- admin - admin
- vpn
admin: True admin: True
- name: kaisersjr - name: kaisersjr
@ -69,6 +81,7 @@ users:
targets: targets:
- datastore - datastore
- gitea - gitea
- bitwarden
- vpn - vpn
- workstations - workstations
admin: False admin: False