mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved variable bugs
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
- name: "Create database user: {{ database_username }}"
|
||||
mysql_user:
|
||||
name: "{{database_username}}"
|
||||
name: "{{database_username}}"
|
||||
password: "{{database_password}}"
|
||||
host: "%"
|
||||
priv: '{{database_name}}.*:ALL'
|
||||
|
2
roles/docker-mariadb/vars/configuration.yml
Normal file
2
roles/docker-mariadb/vars/configuration.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
version: "latest"
|
||||
hostname: "central-mariadb"
|
@@ -1,3 +1 @@
|
||||
version: "latest"
|
||||
application_id: "mariadb"
|
||||
hostname: "central-{{application_id}}"
|
||||
application_id: "mariadb"
|
Reference in New Issue
Block a user