Commit graph

298 commits

Author SHA1 Message Date
Faris AL-Otaibi
3130ed3023
Update main.yml 2024-09-18 00:01:00 +03:00
Faris AL-Otaibi
ae3d9b3ee3 Fix 2024-09-17 19:15:16 +03:00
Faris AL-Otaibi
d15cb71b47 Update meta data 2024-08-24 17:03:24 +03:00
Faris AL-Otaibi
3cef5adb74 Merge branch 'master' of https://github.com/farisc0de/ansible-role-apache 2024-08-23 22:27:00 +03:00
Faris AL-Otaibi
f721c9fde1 Fix mpm conflict issue in disable apache mods 2024-08-23 22:26:55 +03:00
Faris AL-Otaibi
15184535af
Merge branch 'geerlingguy:master' into master 2024-08-02 21:45:36 +03:00
Jeff Geerling
5a9ba7442c
Merge pull request #257 from noonedeadpunk/feature/add_debian_bookworm_testing
feat: Adding Debian 12 (bookworm) testing
2024-07-25 21:49:48 -05:00
Dmitriy Rabotyagov
284b65d4dc feat: Adding Debian 12 (bookworm) testing
Debian 12 has been released on June 29, 2023, so it should be stable
enough at this point to add it to the test matrix.
2024-07-24 19:44:35 +02:00
Faris AL-Otaibi
0940fcfa1f Fix 2024-07-23 20:01:36 +03:00
Faris AL-Otaibi
ec2ffe211f Added apache_packages_extra 2024-07-21 23:17:54 +03:00
Faris AL-Otaibi
320013fedc Fix missing variables 2024-07-19 00:35:04 +03:00
Faris AL-Otaibi
9d43946e92
Merge branch 'geerlingguy:master' into master 2024-07-19 00:24:39 +03:00
Faris AL-Otaibi
3c1d6f32b5 Added comment 2024-07-19 00:23:55 +03:00
Faris AL-Otaibi
94e934640b Default MPM 2024-07-19 00:23:00 +03:00
Faris AL-Otaibi
b6c49ae869 Added MPM Config 2024-07-19 00:22:14 +03:00
Jeff Geerling
9b8f7fe7bd Fixup CI versions. Drop all older RHEL releases which are broken. 2024-07-16 14:21:07 -05:00
Faris AL-Otaibi
e86ef2576e Added conditional statement on directory index for applications like Laravel 2024-07-13 14:03:35 +03:00
Faris AL-Otaibi
b2aafc7c73 Fix directory list 2024-07-13 05:33:08 +03:00
Faris AL-Otaibi
ddcee951be Added directory lists 2024-07-13 05:26:40 +03:00
Faris AL-Otaibi
dcd232c156
Update vhosts.conf.j2 2024-07-13 04:37:00 +03:00
Faris AL-Otaibi
e94a07300b
Update main.yml 2024-07-13 04:31:33 +03:00
Faris AL-Otaibi
20678cceee
Update vhosts.conf.j2 2024-07-13 04:30:18 +03:00
Jeff Geerling
1ca6658a7d Style update for README yaml code blocks. 2024-03-06 21:26:26 -06:00
Jeff Geerling
1093a4609b Add apache_ssl_no_log variable so users can log output for debugging. 2024-03-06 21:22:50 -06:00
Jeff Geerling
18d469dfc5
Merge pull request #230 from dubmarm/no_tag_vhosts_ssl
add no_log to mask vhost_ssl data from output
2024-03-06 21:20:47 -06:00
Jeff Geerling
25a7331dbf
Merge pull request #241 from pavlozt/master
Fix ports declaration. Allow bind to localhost. Style fix.
2024-03-06 21:20:02 -06:00
Jeff Geerling
b20ea04f63
Update vars/apache-24.yml 2024-03-06 21:16:28 -06:00
Jeff Geerling
715c7193c5 Fixup CI library versions. 2024-01-24 22:11:37 -06:00
Jeff Geerling
7926a1949b Make local dev with molecule a little easier. 2024-01-24 21:48:12 -06:00
Jeff Geerling
71bace22fe
Merge pull request #246 from jpiron/fix/check_mode
fix Debian check mode
2024-01-16 10:33:05 -06:00
Jonathan Piron
2ff0b51c05 fix Debian check mode
file module needs force attribute if symlink destination doesn't exist which is the case in check mode.
2024-01-16 09:10:20 +01:00
Jeff Geerling
1899aa047e Stale bot is now Stale GitHub Action. 2023-07-10 17:47:25 -05:00
Jeff Geerling
facf38b9e2 Remove official support for RHEL. Rocky/Alma/Stream support is best-effort. 2023-06-23 10:55:53 -05:00
Jeff Geerling
ccd6760561 Remove official support for RHEL. 2023-06-23 10:16:39 -05:00
Jeff Geerling
878e823516 Fix Molecule CI workflow since docker plugin has moved. 2023-04-20 17:27:01 -05:00
PavelZ
c6d921ce37 Fix ports declaration. Allow bind to localhost. Style fix. 2023-02-08 19:37:55 +03:00
Jeff Geerling
6e3373de3b Add FUNDING file. 2023-01-25 20:00:10 -06:00
Jeff Geerling
3818375d54 Remove CentOS 7 from tests. 2022-12-06 19:42:38 -06:00
Jeff Geerling
959a464419 Fix Molecule CI workflow for Ubuntu 22.04 GitHub Actions. 2022-12-06 18:23:28 -06:00
Jeff Geerling
5a65cf6990 Add role_name_check skipping to all molecule test suites. 2022-06-01 22:20:25 -05:00
Jeff Geerling
edcf4a2c66 Update docs in README. 2022-05-23 00:41:41 -05:00
Jeff Geerling
a6853edf9b
Merge pull request #236 from faeyben/redhat_mod
Implement enabling and disabling modules on RedHat systems
2022-05-23 00:40:57 -05:00
Fabian Niepelt
841acb1b91
Implement enabling and disabling modules on RedHat systems 2022-05-22 15:43:36 +02:00
Jeff Geerling
49a91fb45c Update release workflow for more consistency. 2021-12-27 11:34:40 -06:00
Jeff Geerling
acdeab13ec Use rockylinux8 instead of centos8 for CI. 2021-12-27 11:29:58 -06:00
dmarm
3dedd6c340 helps to spell, change tag to log 2021-11-09 16:03:26 -08:00
dmarm
f444b0d933 add no_tag to mask vhost_ssl data from output 2021-11-09 11:14:46 -08:00
Jeff Geerling
0d5779eb4a
Merge pull request #220 from jdashton/master
Alllow service to be disabled
2021-09-28 12:25:49 -05:00
Jeff Geerling
f0499b207a PR #195 follow-up, fixes #224: Fix indentfirst argument. 2021-08-26 23:38:35 -05:00
Jeff Geerling
f472547b24
Merge pull request #195 from paulgration/fix-extra-parameters-indentation
Fix vhosts extra_parameters indentation
2021-08-26 22:54:30 -05:00