=========
Simple instalation of a LAMP stack on Debian/Ubuntu or RHEL/CentOS
$ ansible-galaxy install fvarovillodres.lamp
No special requirements; note that this role requires root access, so either run it in a playbook with a global become: yes
, or invoke the role in your playbook like:
- hosts: database
roles:
- role: fvarovillodres.lamp
become: yes
You can change the document root of Apache in vars/main.yml
. You are free to change any part of the rol and adapt it to your needs
- hosts: all
become: yes
roles:
- fvarovillodres.lamp
Francisco M Varo Villodres, SysAdmin in Málaga, Spain.