Skip to content

This is an Ansible playbook for automating the installation of Wordpress as a LAMP Stack for servers.

Notifications You must be signed in to change notification settings

ctg123/wordpress-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress with LAMP Stack

This Playbook will install a WordPress Content Management System (CMS) on top of a LAMP environment (Linux, Apache, MySQL, and PHP) on two remote servers in a private network. The LAMP versioning highlights the following for each layer:

  • Linux - Ubuntu 18.04 ( 1 Virtual machine designated as the master node and two managed nodes for hosting the WordPress CMS). Vagrant and VirtualBox create these virtual machines.
  • Apache2 - The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features, including dynamically loadable modules, robust media support, and extensive integration with other popular software.
  • MySQL 5.7 - MySQL is the world’s most popular open-source relational database management system.
  • PHP 7.4 - PHP is a popular general-purpose scripting language that is especially suited to web development.

You can find more details about how the project works at my website: https://www.chaancegraves.com/project/wordpress-with-lamp-stack/

About

This is an Ansible playbook for automating the installation of Wordpress as a LAMP Stack for servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages