Releases: robertdebock/ansible-role-httpd
Releases · robertdebock/ansible-role-httpd
Allow redirects.
7.5.0 Verify less, fix double port issue.
Aesthetics improvement.
7.4.2 Tox causes an issue, not sure what, disabling for now.
Tested on Ansible 9.
7.4.1 Test and Ansible 8 AND 9.
additional modules can be installed now
Merge pull request #15 from hansmorb/bugfix/issue-14 include mod_proxy when remote vhost is defined
Updates and cleanup
7.3.5 Implement ansible-lint hints.
General update
7.3.4 Fedora 37 is out.
Testing on Ansible 4 and Ansible 5
7.3.3 Regenerate content, Fedora 36 and Ubuntu 22.04 LTS added.
Updates and no mod_ssl for Debians.
Merge pull request #13 from Nacrul/master Remove mod_ssl for Debian
Fix assertion
Fixes:
- Assert when
item.create_docroot is defined
instead ofitem.create_docroot
. (boolean, true.)
To create or not create Docroot
Features:
- risky values (containing a colon for example) are checked and quoted.
- docroot can be not created when required:
- name: no_doc_root
servername: nodocroot.example.com
documentroot: /var/www/html/nodocroot
create_docroot: no