mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-07 19:34:29 +02:00
Add ansible-semaphore variables
This commit is contained in:
parent
31eb6c5862
commit
1bc031af17
1 changed files with 7 additions and 0 deletions
|
@ -193,3 +193,10 @@ VW_SMTP_USERNAME=vaultwarden@bashclub.org
|
||||||
|
|
||||||
# password of your mailbox
|
# password of your mailbox
|
||||||
VW_SMTP_PASSWORD='<yourEmailPassword>'
|
VW_SMTP_PASSWORD='<yourEmailPassword>'
|
||||||
|
|
||||||
|
############### ansible-semaphore Section ###############
|
||||||
|
|
||||||
|
SEMAPHORE_ADMIN=admin
|
||||||
|
SEMAPHORE_ADMIN_DISPLAY_NAME="Semaphore Administrator"
|
||||||
|
SEMAPHORE_ADMIN_EMAIL="admin@zmb.rocks"
|
||||||
|
SEMAPHORE_ADMIN_PASSWORD=$(LC_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom 2>/dev/null | head -c32)
|
Loading…
Add table
Add a link
Reference in a new issue