June 2018
Beginner
578 pages
13h 39m
English
We are going to start by creating a role called stack-install using ansible-galaxy init:
$ ansible-galaxy init roles/stack-install
This will install our initial software stack. Once installed, we hand over to a second role, which will then configure the software stack before a third role starts the WordPress installation.
So what packages do we need? WordPress has the following requirements:
We know from the previous chapter that the IUS repository can provide PHP 7.2 and MariaDB 10.1, so we will use that as the source for those packages, but what about NGINX? There are NGINX packages in ...
Read now
Unlock full access