How to use Ansible to setup a WordPress website

This is my first technical post! Let’s see what it can do…

We need code blocks, quote blocks and good reading layout…

What is Ansible?

Ansible is a software tool that provides simple but powerful automation for cross-platform computer support. It is primarily intended for IT professionals, who use it for application deployment, updates on workstations and servers, cloud provisioning, configuration management, intra-service orchestration, and nearly anything a systems administrator does on a weekly or daily basis.

https://opensource.com/resources/what-ansible

First thing to do is to install the repo and then install ansible itself:

$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt update
$ sudo apt install ansible

Leave a Reply

Your email address will not be published. Required fields are marked *