1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

community.mysql

This commit is contained in:
Jerry Vonau 2025-02-20 16:24:03 -06:00
parent 9fb521953c
commit 1c1606cf52
4 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
- name: 'Create MySQL database with name: {{ nextcloud_dbname }}'
mysql_db:
community.mysql.mysql_db:
name: "{{ nextcloud_dbname }}"
- name: Add username/password to the MySQL database (associated with trusted IP's like localhost)
mysql_user:
community.mysql.mysql_user:
name: "{{ nextcloud_dbuser }}"
host: "{{ item }}"
password: "{{ nextcloud_dbpassword }}"