mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
community.mysql
This commit is contained in:
parent
9fb521953c
commit
1c1606cf52
4 changed files with 9 additions and 9 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue