Files
geerlingguy-ansible-for-devops/includes
Jeff Geerling ac0a59ad8f Merge pull request #98 from dglinder/patch-1
Use secured HTTP connection for Drupal download
2018-08-08 21:57:29 -05:00
..

Playbook includes example - Drupal LAMP server

This example playbook takes the drupal playbook example (included in the same ansible-for-devops repository) and cleans it up using Ansible includes.

After running vagrant up, you can access the installed Drupal site following these instructions:

  1. Edit your hosts file, adding the line 192.168.88.89 drupal.test so you can connect to the VM.
  2. Open your browser and access http://drupal.test/.

About the Author

This project was created by Jeff Geerling as an example for Ansible for DevOps.