Ansible tutorial – part 3
In this part we will use templates and handlers in Ansible. Ansible templates Templates are simple text files that we can use in Ansible. Most of the time you will use them to replace configuration files or place some documents on the server. Start from creating new directory inside our nginx role and name it […]