mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat: add basic auth for external node
This commit is contained in:
@ -62,6 +62,11 @@ enable_tls: false
|
||||
acme_email: ""
|
||||
domain_name: ""
|
||||
|
||||
# Enable basic auth for external node
|
||||
enable_basic_auth: false
|
||||
basic_auth_username: ""
|
||||
basic_auth_secret: ""
|
||||
|
||||
# Force restore pg database
|
||||
force_pg_restore: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user