jxn.apache-modules
apache-modules
Ansible Modules for apache2, some created by different authors.
Requirements
You need to have a2enmod, a2dismod, a2ensite, a2dissite, a2enconf, and a2disconf enabled on the server where you run this playbook.
Role Variables
(No specific variables listed)
Dependencies
None
Example Playbook
Here’s a simple example of how to use this role:
- hosts: localhost
roles:
- role: apache-modules
License
GPLv2
Author Information
Role created by: https://github.com/jxn
apache2_conf module created by: Den Ivanov (see PR: https://github.com/ansible/ansible/pull/24370/files#diff-baf445298475bcbc44eb6955f9d467b6)