remove mysql items as I want piwik on a different box

This commit is contained in:
Stephen Smoogen 2017-04-19 20:20:53 +00:00
parent b67e3ea7bc
commit 44511a18dc
2 changed files with 1 additions and 10 deletions

View file

@ -72,20 +72,11 @@
- php-pdo - php-pdo
- php-gd - php-gd
- php-xml - php-xml
- php-mysql
- php-mbstring - php-mbstring
- php - php
- mariadb
- mariadb-server
- php-pecl-geoip - php-pecl-geoip
- gnuplot - gnuplot
- htmldoc - 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(/.*)?"
## ##

View file

@ -71,4 +71,4 @@
- name: copy over the httpd config to lock kerberos - name: copy over the httpd config to lock kerberos
copy: src=httpd_config.conf dest=/etc/httpd/conf.d/krb_config.conf mode=0644 copy: src=httpd_config.conf dest=/etc/httpd/conf.d/krb_config.conf mode=0644
tags: tags:
- web-data - web-data