Releases: robertdebock/ansible-role-httpd
Releases · robertdebock/ansible-role-httpd
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
Ansible-later
7.2.1 Test against Fedora 34, 35 (latest) and 36/rawhide.
httpd_remove_example is an option now.
7.2.0 Also test and document the new variable.
httpd_directories is new!
7.1.0 Remove non-contributors.