Difference between revisions of "Install & Configure Ansible in Linux Ubuntu 18"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
server02 : 10.0.0.5 | server02 : 10.0.0.5 | ||
server03 : 10.0.0.6 | server03 : 10.0.0.6 | ||
− | <pre> | + | </pre> |
== Step by Step == | == Step by Step == |
Revision as of 13:07, 10 June 2020
Purpose
This page describes the process of installing Ansible in Linux Ubuntu 18.
And some example how to use Ansible to do some work in managing another servers.
Ansible is an open source IT Configuration Management, Deployment & Orchestration tool.
For more details, please see it at Ansible.
Preparation
We'll do this installation in a server Linux Ubuntu 18 which called server01.
And we'll use another two servers as test to be managed, called as server02 and server03.
server01 : 10.0.0.4 server02 : 10.0.0.5 server03 : 10.0.0.6
Step by Step
Enable our system’s list of sources.
root@server01:~# apt-add-repository ppa:ansible/ansible