1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

10444 commits

Author SHA1 Message Date
A Holt
d1958306b9
freepbx.yml: Explain 'fwconsole set CHECKREFERER 1' 2021-08-12 09:58:28 -04:00
A Holt
5a68c15da2
freepbx.yml: 'fwconsole set CHECKREFERER 0' if pbx_try_nginx 2021-08-12 09:47:23 -04:00
A Holt
d2064f0ef0
mysql/tasks/install.yml: Fix, clarify & clean out comments 2021-08-11 23:12:27 -04:00
A Holt
f5a084e8e6
Merge pull request #2936 from jvonau/mysql-cleanup
The OSs have finally caught up - the default timeout value is 900 seconds now
2021-08-11 22:46:06 -04:00
Jerry Vonau
47c25007a4 The OSs have finally caught up - the default timeout value is 900 seconds now 2021-08-11 18:00:21 -05:00
A Holt
80cf58ca2e
Merge pull request #2932 from jvonau/apache_service
Apache service
2021-08-11 12:37:59 -04:00
A Holt
9d57783888
pbx/tasks/enable-or-disable.yml: "Stop & Disable" apache2 (etc) 2021-08-11 12:37:09 -04:00
A Holt
d794a267b3
nginx/tasks/install.yml: "Stop & Disable" apache2 2021-08-11 12:32:53 -04:00
Jerry Vonau
38ff8a99af pbx - Enable apache when installed 2021-08-11 10:07:35 -05:00
Jerry Vonau
fbf714154f nginx - disable apache from starting on boot if present
Or there might be a race for port 80 on reboot
2021-08-11 09:57:11 -05:00
A Holt
eaf3a80d86
Merge pull request #2931 from holta/fpm-asterisk
WIP: Contextualize @jvonau's /etc/php/7.4/fpm/pool.d/asterisk.conf (PR #2930) for FreePBX on NGINX
2021-08-11 02:15:16 -04:00
A Holt
4543e31619
roles/nginx/templates/server.conf.j2: Typo in commen 2021-08-10 20:42:13 -04:00
root
39950cc471 freepbx.yml: Set CHECKREFERER to false in /etc/freepbx.conf for NGINX #2931 2021-08-10 19:20:37 -04:00
A Holt
6da3cc1159
nginx/tasks/install.yml: Clean /etc/apache2/ports.conf comment for PR #2929 2021-08-10 18:50:36 -04:00
A Holt
5a19618314
Merge branch 'iiab:master' into fpm-asterisk 2021-08-10 18:26:39 -04:00
A Holt
50b822b095
freepbx.yml: Add vars near BOTTOM NOT TOP of /etc/freepbx.conf 2021-08-10 16:40:04 -04:00
root
ccff5b30e1 /etc/nginx/server.conf: Dynamically set 'server_name ;' (e.g. box.lan) for HTTP_REFERER 2021-08-10 14:02:26 -04:00
root
4caebbda90 Contextualize @jvonau's fpm-asterisk PR #2930, for FreePBX on NGINX 2021-08-10 08:11:09 -04:00
A Holt
9e056923e1
Merge pull request #504 from jvonau/fpm-asterisk
Pull from jvonau:fpm-asterisk
2021-08-10 05:23:55 -04:00
Jerry Vonau
81bef92988 don't use version in socket name. 2021-08-09 18:41:46 -05:00
Jerry Vonau
4666c3744d fwconsole doesn't clean up well-2 2021-08-09 18:01:32 -05:00
Jerry Vonau
c0f13ddf7d fwconsole doesn't clean up well 2021-08-09 17:24:27 -05:00
Jerry Vonau
31992e77c4 softcode php{{ php_version }}-fpm 2021-08-09 17:13:29 -05:00
Jerry Vonau
538a908b90 just play safe 2021-08-09 17:05:30 -05:00
Jerry Vonau
842808e70f weird template error use copy instead 2021-08-09 17:03:05 -05:00
Jerry Vonau
ad1fab91ef needs unix: 2021-08-09 14:45:56 -05:00
Jerry Vonau
b8fb6fd60d use php7.4-fpm with new config file 2021-08-09 14:26:36 -05:00
Jerry Vonau
5e98382e30 fpm file for asterisk 2021-08-09 14:09:45 -05:00
A Holt
cfde23d795
'openvpn_handle: unittest - Put Your Name Here' in local_vars_unittest.yml 2021-08-09 11:53:45 -04:00
A Holt
e61a7ab14a
freepbx.yml: Contextualize 3 most useful websites 2021-08-09 11:48:59 -04:00
A Holt
325ac6e03b
vars/local_vars_unittest.yml: Fix 1st line description 2021-08-09 10:01:40 -04:00
A Holt
877e3e5117
Merge pull request #2929 from holta/apache_cleanup
Cleaner filesystem when Apache is not installed, using roles/pbx/tasks/apache.yml + local_vars_unittest.yml
2021-08-09 09:18:08 -04:00
root
ed2f8ac152 pbx/tasks/apache.yml: Clarify 'Listen {{ pbx_http_port }}' i.e. port 83 2021-08-09 09:14:20 -04:00
root
d516126745 roles/pbx/tasks/install.yml: Fix comment re apache.yml 2021-08-09 09:08:30 -04:00
root
9004934721 roles/pbx/tasks/freepbx.yml: Fix '- name:' syntax error 2021-08-09 09:04:46 -04:00
root
1e6f54727a roles/pbx/tasks/apache.yml: Tidy up Ansible output 2021-08-09 08:38:32 -04:00
root
f7f42b5d91 Add vars/local_vars_unittest.yml for unit testing 2021-08-09 08:22:13 -04:00
root
2141b3b6ee roles/pbx/tasks/apache.yml as cleanup of roles/nginx etc 2021-08-09 08:01:36 -04:00
A Holt
43b54ddc3d
Merge pull request #503 from jvonau/apache_cleanup
Pull from jvonau:apache_cleanup -- Cleaner filesystem when Apache is not installed
2021-08-09 06:35:32 -04:00
Jerry Vonau
c481e9bc67 cleaner filesystem when apache is not installed 2021-08-09 02:12:46 -05:00
A Holt
606dc1f585
samba/README.rst: Verbiage cleanup 2021-08-08 19:07:15 -04:00
A Holt
f648547f01
asterisk.yml: User 'asterisk' doc-oriented cleanup 2021-08-08 18:09:34 -04:00
A Holt
22678a656c
jupyterhub/README.md: Link to #2892 /passwords.dbm.db context 2021-08-08 17:18:05 -04:00
A Holt
276b4b148e
jupyterhub/README.md Known Issues: Move /passwords.dbm.db ? 2021-08-08 17:11:21 -04:00
A Holt
ebb1852493
Update roles/nginx/README.md to past tense 2021-08-08 13:38:21 -04:00
A Holt
37780d72e8
Update roles/nginx/README.md 2021-08-08 12:17:48 -04:00
A Holt
0b63f27e6c
Merge pull request #2850 from holta/less-apache
WIP: Extricate IIAB from 2 web servers complexity
2021-08-08 12:05:00 -04:00
A Holt
2fb6825350
Update roles/samba/README.rst 2021-08-08 11:18:38 -04:00
root
15a42dcd7f Fix nginx/templates/apache-ports.conf + Update nginx/README.md 2021-08-08 10:54:27 -04:00
root
1112310f41 Public Works: Prune local_vars files + Update default_vars.yml 2021-08-08 09:48:26 -04:00