✨: move phpbb to app dir
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m35s
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m35s
This commit is contained in:
10
roles/phpbb/tasks/db.yml
Normal file
10
roles/phpbb/tasks/db.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Create phpbb db user
|
||||
community.mysql.mysql_user:
|
||||
login_unix_socket: "/var/run/mysqld/mysqld.sock"
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_pass }}"
|
||||
name: "{{ phpbb_maria_user }}"
|
||||
password: "{{ phpbb_maria_password }}"
|
||||
priv: "{{ phpbb_maria_database }}.*:ALL"
|
Reference in New Issue
Block a user