remove mysql items as I want piwik on a different box
This commit is contained in:
parent
b67e3ea7bc
commit
44511a18dc
2 changed files with 1 additions and 10 deletions
|
@ -72,20 +72,11 @@
|
|||
- php-pdo
|
||||
- php-gd
|
||||
- php-xml
|
||||
- php-mysql
|
||||
- php-mbstring
|
||||
- php
|
||||
- mariadb
|
||||
- mariadb-server
|
||||
- php-pecl-geoip
|
||||
- gnuplot
|
||||
- htmldoc
|
||||
|
||||
- name: setup mysql items
|
||||
file: path=/srv/mysql state=directory mode=0770 owner=mysql group=mysql setype=mysqld_db_t
|
||||
|
||||
- name: semanage mysql tree
|
||||
command: /usr/sbin/semanage fcontext -a -t mysqld_db_t "/srv/mysql(/.*)?"
|
||||
|
||||
|
||||
##
|
||||
|
|
|
@ -71,4 +71,4 @@
|
|||
- name: copy over the httpd config to lock kerberos
|
||||
copy: src=httpd_config.conf dest=/etc/httpd/conf.d/krb_config.conf mode=0644
|
||||
tags:
|
||||
- web-data
|
||||
- web-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue