forked from opendevshop/devshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.RedHat.yml
63 lines (54 loc) · 1.08 KB
/
vars.RedHat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
# for vars.RedHat.yml
local_bin_path: /usr/local/sbin
apache_user: apache
apache_confd_path: /etc/httpd/conf.d/aegir.conf
apache_control: /usr/sbin/apachectl
apache_daemon: httpd
apache_php_ini_path: /etc/php.ini
nginx_user: nginx
nginx_conf_path: /etc/nginx/nginx.conf
nginx_confd_path: /etc/nginx/conf.d/aegir.conf
nginx_control: /usr/sbin/nginx
nginx_php_ini_path: /etc/php.ini
nginx_www_pool_path: /etc/php-fpm.d/www.conf
nginx_daemon: nginx
fpm_daemon: php-fpm
fpm_user: aegir
fpm_group: aegir
mysql_cnf_path: /etc/my.cnf
mysql_daemon: mariadb.service
supervisor_daemon: supervisord
supervisor_hosting_queued_conf_path: /etc/supervisord.d/hosting-queue-runner.ini
motd_path: /etc/motd
bashrc_path: /etc/bashrc
packages:
- php-mysql
- php-cli
- php-gd
- php-process
- php-pear
- php-xml
- php-mcrypt
- php-mbstring
- postfix
- sudo
- rsync
- git-core
- unzip
- vim
- git
- cronie
- mariadb
- mariadb-server
- MySQL-python
- epel-release
- supervisor
- openssl
- mod_ssl
apache_packages:
- httpd
- php
nginx_packages:
- nginx
- php-fpm