tag: ansible

Install Hugo static website with nginx and let’s encrypt certificate using ansible

on 2020-07-19

In this article, I will present you how I configured the deployment of my blog that use the static site generator Hugo To do so, I used the following tools: Ansible (version 2.9.10) for configuration managment system Nginx for webserver Let’s encrypt and certbot for TLS/SSL certificates This article will go thought all the ansible tasks I had to put in place in order to install nginx, configure my blog virtualhost, add TLS/SSL encryption to the blog, and build the blog with Hugo

#hugo #ansible #debian

Read more of Install Hugo static website with nginx and let's encrypt certificate using ansible