Ansible Series (1): Basic Configuration and Use

Contents of this article:1.1 Installation of Ansible1.2 Configure Ansible  1.2.1 Environment Configuration  1.2.2 SSH Mutual Trust Configuration  1.2.3 Simple Test1.3 inventory Ansible is a batch, automatic deployment tool, which can not only batch, but also automatically. It mainly communicates based on ssh, and does not require the c ...

Posted by cmack on Fri, 24 May 2019 00:10:30 +0200

Ansible Installation of Linux Multi-Instance mariadb

Ansible installs multi-instance MariaDB 10.2.23 Battlestar Configuration Place mariadb binary packages under root home directory [Mon Apr 29 19:52 root@ansible-centos7 ~]# ls -rw-r--r-- 1 root root 456950538 Apr 26 08:16 mariadb-10.2.23-linux-x86_64.tar.gz Create ansible directory under / data directory and roles folder internally [Mon Apr ...

Posted by Joeker on Fri, 17 May 2019 15:02:28 +0200