Showing headlines posted by linuxbuz

What is Ansible Variables and How to Use It?

In this section, we will be going to look at what is Ansible variables? and how we can use a variable in Ansible Playbook.

What Is Ansible Modules and How to Use It?

  • https://linuxbuz.com; By Hitesh Jethva (Posted by linuxbuz on Aug 25, 2020 4:58 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this section, we are going to look at some additional Ansible modules in a bit more detail. This is required so we can practice developing some more meaningful playbooks.

How to Install and Set Up WordPress Using Ansible on CentOS 8

  • https://linuxbuz.com; By HItesh Jethva (Posted by linuxbuz on Aug 24, 2020 4:35 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Installing and setting up the WordPress website is a very difficult task for any beginner user. You will need to perform a lot of things to set up WordPress website including, installing and configuring Apache, installing PHP, installing and configuring databases, and configuring the firewall.

You can automate the WordPress deployment process with the help of the Ansible. Server automation is an essential role for any system administrator. Ansible offers a simple architecture to automate the server deployment on hundreds or thousands of servers at a time.

In this tutorial, we will learn how to install and set up the WordPress website using Ansible on CentOS 8.