November 2017
Intermediate to advanced
298 pages
7h 10m
English
To install Ansible on most Debian-based distributions, generally the process is extremely simple:
$ # Make sure we have an accurate view of repositories$ sudo apt-get update<snip>Fetched 3,971 kB in 22s (176 kB/s) Reading package lists... Done$ # Install the package$ sudo apt-get install ansibleReading package lists... DoneBuilding dependency tree Reading state information... DoneThe following NEW packages will be installed: ansible0 upgraded, 1 newly installed, 0 to remove and 30 not upgraded.<snip>Setting up ansible (2.0.0.2-2ubuntu1) ...$ # Sanity check$ ansible --versionansible 2.0.0.2 config file = /home/user/checkout/eos-administration/ansible/ansible.cfg configured module search path = /usr/share/ansible
Read now
Unlock full access