
Using Ansible to configure NGINX on Ubuntu and host a static website
This tutorial will demonstrate how to write an Ansible playbook so that you can automate the installation and configuration of NGINX on a Ubuntu Server. The playbook will install NGINX, remove the default website, create a new virtual host and deploy a static website.
By Tony Mackay