mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2023-03-08 18:00
This commit is contained in:
parent
766fdfacbe
commit
41240aa121
@ -32,7 +32,7 @@
|
||||
password: "{{ db_pass }}"
|
||||
priv: "{{ db_name }}.*:ALL"
|
||||
append_privs: "{{ append_privs | default(False) }}"
|
||||
host: "{{ ( db_server == 'localhost' ) | ternary('localhost', item ) }}"
|
||||
host: "{{ ( db_server in ['localhost','127.0.0.1'] ) | ternary('localhost', item ) }}"
|
||||
login_host: "{{ db_server }}"
|
||||
login_port: "{{ db_port | default(omit) }}"
|
||||
login_user: sqladmin
|
||||
|
Loading…
x
Reference in New Issue
Block a user