title | description |
---|---|
Role for apache2 |
Quickstart and examples for demonstrating the role capabilities. |
Apache2 is an Ansible Role used to setup and maintain production grade services.
- Ansible
- Vagrant - (Tested using version 2.1.1)
- Vagrant plugins:
- vagrant-disksize (0.1.2)
- vagrant-libvirt
- vai (0.9.3) - For testing with multiple vms vagrant-plugin-vai
- vagrant-vbguest (0.15.2) - Recommended vagrant-vbguest
- Virtual Box
- Tested using Version 5.2.14 r123301 (Qt5.6.1)
molecule test
To test with all VM's defined in Vagrantfile run the following:
cd roles/apache2
vagrant up
To run on a specific VM's
vagrant up xenial
- This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps.
- Role upgraded in 2019 by László Hegedűs, founder of Cherubits LLC
NOTE: Role generated using ansible-collection-skeleton