mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 08:08:23 +00:00
removed linked, modified mariadb.cnf file
This commit is contained in:
parent
abf481e595
commit
73f89683ef
@ -14,22 +14,6 @@
|
|||||||
stat: path="{{ bench_path }}/sites/site1.local"
|
stat: path="{{ bench_path }}/sites/site1.local"
|
||||||
register: site_folder
|
register: site_folder
|
||||||
|
|
||||||
- name: Link mysql.sock file for MariaDB
|
|
||||||
file:
|
|
||||||
src: "/var/lib/mysql/mysql.sock"
|
|
||||||
dest: "/var/run/mysqld/mysqld.sock"
|
|
||||||
state: link
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
|
|
||||||
- name: Link mysql.pid file for MariaDB
|
|
||||||
file:
|
|
||||||
src: "/var/lib/mysql/mysql.pid"
|
|
||||||
dest: "/var/run/mysqld/mysqld.pid"
|
|
||||||
state: link
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
|
|
||||||
- name: create a new default site
|
- name: create a new default site
|
||||||
command: bench new-site site1.local --admin-password {{ admin_password }} --mariadb-root-password {{ mysql_root_password }}
|
command: bench new-site site1.local --admin-password {{ admin_password }} --mariadb-root-password {{ mysql_root_password }}
|
||||||
args:
|
args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user