container: basic auth for phpmyadmin

This commit is contained in:
uumas
2023-05-09 21:45:27 +03:00
parent 09daba7fd7
commit 7af0e08dfc
4 changed files with 16 additions and 1 deletions

View File

@@ -58,6 +58,16 @@ argument_specs:
choices:
- memcached
default: []
docker_phpmyadmin_basicauth:
description: Whether to enable basicauth for phpmyadmin
type: bool
required: false
default: true
docker_phpmyadmin_basicauth_users:
description: Dict of users and their password hashes for phpmyadmin basic auth. Required if docker_phpmyadmin_basicauth is true and phpmyadmin is used.
type: dict
required: false
default: {}
docker_volume_type:
description: "Defines whether to use named volumes or bind mounts for mounts with name"