June 2018
Beginner
578 pages
13h 39m
English
As mentioned in the previous chapter, a LEMP stack is composed of the following elements:
Before we install WordPress, we need to install and configure these components. Also, as this playbook is eventually going to be executed against publicly available cloud servers, we need to think about some best practices around our NGINX configuration.
Let's start by getting the initial structure of the playbook set up:
$ mkdir lemp lemp/group_vars$ touch lemp/group_vars/common.yml lemp/production ...
Read now
Unlock full access