February 2018
Beginner
290 pages
7h 28m
English
The installation of Ansible can be done using the yum or aptitude package manager (apt) depending on the operating system.
Since our management server is Ubuntu, we will use the following commands:
sudo apt-get install software-properties-commonsudo apt-add-repository ppa:ansible/ansiblesudo apt-get updatesudo apt-get install ansible
Once the Ansible is installed, we are ready to use them by merely modifying a few files.
Read now
Unlock full access