Add bitwarden host and service account
This commit is contained in:
parent
36a61c7510
commit
bf7105006e
9
hosts/vm-host-bitwarden.yml
Normal file
9
hosts/vm-host-bitwarden.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
description: "Application Host: Bitwarden"
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- admin
|
||||||
|
- bitwarden
|
||||||
|
|
||||||
|
networking:
|
||||||
|
eth0:
|
0
keys/svc_bitwarden/placeholder
Normal file
0
keys/svc_bitwarden/placeholder
Normal 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
|
||||||
|
Reference in New Issue
Block a user