August 2017
Intermediate to advanced
332 pages
9h 16m
English
The installation instructions differ depending on the operating system. In the case of Ubuntu, it's enough to run the following commands:
$ sudo apt-get install software-properties-common$ sudo apt-add-repository ppa:ansible/ansible$ sudo apt-get update$ sudo apt-get install ansible
After the installation process is completed, we can execute the Ansible command to check that everything was installed successfully.
$ ansible --versionansible 2.3.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides
Read now
Unlock full access