-
How to install nginx, php-fpm and mariadb using Ansible
Read More: How to install nginx, php-fpm and mariadb using AnsibleTo install Nginx, PHP-FPM, and MariaDB using Ansible, you can use the following steps: Install Ansible on your local machine by running the following command: Create a new playbook file called nginx-php-fpm-mariadb.yml and add the following content: This playbook will install Nginx, PHP-FPM, and MariaDB on all the hosts specified in your inventory file. Create…
-
Deploy Mass Configuration with Ansible Role – Part 1
Read More: Deploy Mass Configuration with Ansible Role – Part 1PENDAHULUAN Kenapa harus Ansible Role? Ansible role mendeklarasikan struktur ansible playbook menggunakan role yang mengandung berbagai konfigurasi yang dibutuhkan bagi setiap server. Bayangkan sebuah role sebagai sebuah server yang memiliki fungsionalitas dan jobs tersendiri, seperti loadbalancer, webserver, shared storage, database dan lain sebagainya. Setiap role dibangun dengan cara mengkonfigurasi masing-masing server dan mengeksekusi berbagai macam perintah, hingga sebuah role bisa diimplementasikan ke dalam server.…