|
|
@ -18,12 +18,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
###### Was Nginx configured to serve web content appropriately? |
|
|
|
###### Was Nginx configured to serve web content appropriately? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### Is Nginx service running? Use `systemctl status nginx`. |
|
|
|
|
|
|
|
|
|
|
|
###### Were firewall settings adjusted to allow HTTP/HTTPS traffic? |
|
|
|
###### Were firewall settings adjusted to allow HTTP/HTTPS traffic? |
|
|
|
|
|
|
|
|
|
|
|
#### MariaDB Installation and Configuration using Ansible |
|
|
|
#### MariaDB Installation and Configuration using Ansible |
|
|
|
|
|
|
|
|
|
|
|
###### Was MariaDB installed on the EC2 Instance using Ansible? |
|
|
|
###### Was MariaDB installed on the EC2 Instance using Ansible? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### Is MariaDB service active? Use `systemctl status mariadb`. |
|
|
|
|
|
|
|
|
|
|
|
###### Was a MariaDB database created specifically for WordPress? |
|
|
|
###### Was a MariaDB database created specifically for WordPress? |
|
|
|
|
|
|
|
|
|
|
|
###### Were the user rights and privileges for the WordPress user correctly configured? |
|
|
|
###### Were the user rights and privileges for the WordPress user correctly configured? |
|
|
@ -32,6 +36,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
###### Was PHP installed on the EC2 Instance using Ansible? |
|
|
|
###### Was PHP installed on the EC2 Instance using Ansible? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### Is PHP-FPM running? Use `systemctl status php-fpm`. |
|
|
|
|
|
|
|
|
|
|
|
###### Were PHP settings appropriately configured for the WordPress site? |
|
|
|
###### Were PHP settings appropriately configured for the WordPress site? |
|
|
|
|
|
|
|
|
|
|
|
###### Was the PHP service successfully started? |
|
|
|
###### Was the PHP service successfully started? |
|
|
@ -42,8 +48,12 @@ |
|
|
|
|
|
|
|
|
|
|
|
###### Was WordPress configured to use the MariaDB database? |
|
|
|
###### Was WordPress configured to use the MariaDB database? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### Is the database connectivity confirmed? |
|
|
|
|
|
|
|
|
|
|
|
###### Was the WordPress service successfully started? |
|
|
|
###### Was the WordPress service successfully started? |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### Using curl or browser: Is WordPress accessible? |
|
|
|
|
|
|
|
|
|
|
|
#### Documentation |
|
|
|
#### Documentation |
|
|
|
|
|
|
|
|
|
|
|
###### Does the README.md file contain an architecture overview? |
|
|
|
###### Does the README.md file contain an architecture overview? |
|
|
|