You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
---
|
|
|
|
wordpress_mysql_root_password: "wordpress-mysql-root-password"
|
|
wordpress_mysql_database: "wordpress-mysql"
|
|
wordpress_mysql_username: "wordpress-mysql-admin"
|
|
wordpress_mysql_password: "wordpress-mysql-admin"
|
|
|
|
wordpress_domain_external: "{{ http_s }}://{{ stage_server_url_host }}"
|
|
|
|
wordpress_client_id: "{{ cluster_name }}"
|
|
wordpress_buergerportal_username: "wordpress-admin"
|
|
wordpress_buergerportal_password: "wordpress-admin"
|
|
|
|
current_realm_users: [
|
|
{
|
|
"username": "{{ wordpress_buergerportal_username }}",
|
|
"password": "{{ wordpress_buergerportal_password }}",
|
|
}
|
|
]
|
|
|
|
current_realm_clients: [
|
|
{
|
|
clientId: "{{ wordpress_client_id }}",
|
|
name: '{{ wordpress_client_id }}',
|
|
admin_url: '',
|
|
root_url: '',
|
|
redirect_uris: '
|
|
[
|
|
"https://{{ service_name }}.{{ domain }}/*",
|
|
]',
|
|
secret: '{{ cluster_name }}',
|
|
web_origins: '
|
|
[
|
|
"https://{{ service_name }}.{{ domain }}/*",
|
|
]',
|
|
}
|
|
]
|
|
|
|
wordpress_oidc_client_id: "{{ wordpress_client_id }}"
|
|
wordpress_oidc_client_secret: "{{ cluster_name }}"
|