This commit is contained in:
Lars Hahn 2024-11-27 22:36:00 +01:00
parent e6e331ff7b
commit 4e7d737baa
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ mariadb_version_patch: 2
mariadb_version: "{{ mariadb_version_major }}.{{ mariadb_version_minor }}.{{ mariadb_version_patch }}" mariadb_version: "{{ mariadb_version_major }}.{{ mariadb_version_minor }}.{{ mariadb_version_patch }}"
#mariadb root pass; defaults to empty #mariadb root pass; defaults to empty
mariadb_root_pass: mariadb_root_pass:
mariadb_storage_folder: "{{ cloud_storage }}/mariadb/{{ mariadb_version_major }}" mariadb_storage_folder: "{{ cloud_storage }}/mariadb/{{ mariadb_version_major }}"
mariadb_local_sock: "{{ mariadb_storage_folder }}/mariadb.sock" mariadb_local_sock: "{{ mariadb_storage_folder }}/mariadb.sock"

View File

@ -11,7 +11,7 @@
- gpg-agent - gpg-agent
- name: install mariadb repository key - name: install mariadb repository key
apt_key: apt_key:
url: https://mariadb.org/mariadb_release_signing_key.asc url: https://mariadb.org/mariadb_release_signing_key.asc
state: present state: present
@ -84,7 +84,7 @@
- name: run initial cleanup - name: run initial cleanup
shell: | shell: |
mariadb mariadb
--no-auto-rehash --no-auto-rehash
< /root/secure_install.sql < /root/secure_install.sql
when: mdb_install.changed when: mdb_install.changed