CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to Install and Configure ‘Ansible’ on CentOS 7

Ansible is a tool that used to manage various nodes from an ansible installed Controlling Machine using SSH Protocol. It makes every system administrative tasks more easy.

Ansible System (Controlling Machine):-

IP: 10.0.0.209

Nodes IP:-

10.0.0.206
10.0.0.207

Lets start–

Step 1:-
Ensure that the repository is added in the Controlling Machine or you may need to install it.

Ensure that the repository is added in the Controlling Machine or you may need to install it.

# yum install epel-release -y

Step 2:-
1. Install Ansible using yum in Controlling Machine.

# yum install ansible

2. Check the version of the installed Ansible

# ansible --version

Step 3:-
Setup your Controlling Machine to connect node using SSH protocol.

1. Create ssh key to access node systems.

# ssh-keygen

2. Copy the key to the node systems.

# ssh-copy-id root@10.0.0.206
# ssh-copy-id root@10.0.0.207

Step 4:
Add ips of node systems into the Inventory of Ansible by editing /etc/ansible/hosts .

# vim /etc/ansible/hosts
[ansi-test]
10.0.0.206
10.0.0.207

Note: Here both ip can call using the name “ansi-test”.

Step 5:-
Test Ansible in the Controlling Machine by using below commands.

1. First of all test the Controlling Machine have ping with node system using ansible commands.

# ansible -m ping all

10.0.0.206 | SUCCESS => {
    "changed": false,
    "ping": "pong"
}
10.0.0.207 | SUCCESS => {
    "changed": false,
    "ping": "pong"
}

2. Execute any command in Controlling Machine.

# ansible -m command -a "df -h" ansi-test
10.0.0.206 | SUCCESS | rc=0 >>
Filesystem               Size  Used Avail Use% Mounted on
default/containers/test1 437G  3.4G  433G   1% /
none                     492K     0  492K   0% /dev
udev                     3.8G     0  3.8G   0% /dev/tty
tmpfs                    100K     0  100K   0% /dev/lxd
tmpfs                    100K     0  100K   0% /dev/.lxd-mounts
tmpfs                    3.9G  120K  3.9G   1% /dev/shm
tmpfs                    3.9G   17M  3.9G   1% /run
tmpfs                    3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs                    784M     0  784M   0% /run/user/0

10.0.0.207 | SUCCESS | rc=0 >>
Filesystem                 Size  Used Avail Use% Mounted on
default/containers/test2   436G  2.6G  433G   1% /
none                       492K     0  492K   0% /dev
udev                       3.8G     0  3.8G   0% /dev/tty
tmpfs                      100K     0  100K   0% /dev/lxd
tmpfs                      100K     0  100K   0% /dev/.lxd-mounts
tmpfs                      3.9G     0  3.9G   0% /dev/shm
tmpfs                      3.9G   17M  3.9G   1% /run
tmpfs                      3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs                      784M     0  784M   0% /run/user/0

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 123
45678910
11121314151617
18192021222324
25262728293031

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top