Ansible - Strona 2

How to Use Ansible Register Module
In Ansible, you can run any shell command on your Ansible hosts, the hosts you will be configuring with Ansible. These shell commands may have outputs...
How to Set MySQL Root Password using Ansible
Most Linux distributions, including CentOS/RHEL and Ubuntu/Debian, do not set the MySQL root password automatically. As the MySQL root password is not...
Installing Multiple Packages Easily on CentOS Using Ansible
On Ansible, you can use the dnf or yum module to install software packages on CentOS or RHEL hosts. By default, these modules install only a single so...
Manage Ubuntu Package Repositories and PPAs Using Ansible
Adding and removing package repositories and PPAs in Ubuntu on your personal system can be a very simple task. However, if you have many Ubuntu machin...
How to Use Ansible Template Module
The Ansible template module is mainly used to copy files from the Ansible client (where Ansible is installed) to the Ansible hosts (managed by Ansible...
How to Use SSH Password-Based Login in Ansible Using sshpass
In this article, I will show you how to run Ansible playbooks using an SSH password-based login with sshpass. Prerequisites If you would like t...
Jak włączyć repozytorium EPEL w CentOS z Ansible?
W tym artykule pokażę, jak włączyć repozytorium EPEL na CentOS za pomocą Ansible. Więc zacznijmy. Warunki wstępne Aby włączyć repozytorium EPEL...
Zainstaluj Ansible na Debianie do automatyzacji
Topologia sieci Tutaj, ansible-PC to maszyna z Debianem 10, na której zainstalujemy Ansible. Serwery 6f7c2 i 6b219 to maszyny Debian 10, które skonf...
How to Install Ansible on Ubuntu 20.04 LTS
In this article, I am going to show you how to install Ansible on Ubuntu 20.04 LTS and configure Ubuntu 20.04 LTS hosts for Ansible automation. So, le...