mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-12 16:24:56 +02:00
Solved variable bugs
This commit is contained in:
parent
8ae99aaf46
commit
0b88ad6585
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
- name: "Create database user: {{ database_username }}"
|
- name: "Create database user: {{ database_username }}"
|
||||||
mysql_user:
|
mysql_user:
|
||||||
name: "{{database_username}}"
|
name: "{{database_username}}"
|
||||||
password: "{{database_password}}"
|
password: "{{database_password}}"
|
||||||
host: "%"
|
host: "%"
|
||||||
priv: '{{database_name}}.*:ALL'
|
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"
|
||||||
application_id: "mariadb"
|
|
||||||
hostname: "central-{{application_id}}"
|
|
@ -1,2 +1,3 @@
|
|||||||
# Please set an version in your inventory file - Rolling release for postgres isn't recommended
|
# Please set an version in your inventory file - Rolling release for postgres isn't recommended
|
||||||
version: "latest"
|
version: "latest"
|
||||||
|
hostname: "central-postgres"
|
@ -1,2 +1 @@
|
|||||||
application_id: postgres
|
application_id: postgres
|
||||||
hostname: central-postgres
|
|
Loading…
x
Reference in New Issue
Block a user