Відповідальний - сторінка 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...
Як увімкнути сховище EPEL на CentOS за допомогою Ansible
У цій статті я покажу вам, як увімкнути репозиторій EPEL на CentOS за допомогою Ansible. Отже, давайте почнемо. Передумови Щоб увімкнути сховищ...
Встановіть Ansible на Debian для автоматизації
Топологія мережі Ось, ansible-pc - це машина Debian 10, де ми встановимо Ansible. Сервери 6f7c2 і 6b219 - це машини Debian 10, які ми налаштуємо для...
Як встановити Ansible на Ubuntu 20.04 LTS
У цій статті я збираюся показати вам, як встановити Ansible на Ubuntu 20.04 LTS та налаштуйте Ubuntu 20.04 LTS хости для Ansible автоматизації. Отже, ...