Install and configure Apache 2.4
see defaults/main.yml
Download latest release with ansible-galaxy
$ ansible-galaxy install systemli.apache24
- hosts: servers
roles:
- { role: systemli.apache24 }
For developing and testing the role we use Github Actions, Molecule, and Docker. On the local environment you can easily test the role with
Run local tests with:
molecule test
Requires Molecule and Docker.
GPL