Skip to Content
Mastering PHP 7
book

Mastering PHP 7

by Branko Ajzele
June 2017
Intermediate to advanced
536 pages
9h 49m
English
Packt Publishing
Content preview from Mastering PHP 7

Setting up the workstation machine

Using Ubuntu powered workstation, we can easily install the Ansible tool just by running the following set of commands:

sudo apt-get install software-properties-commonsudo apt-add-repository ppa:ansible/ansiblesudo apt-get updatesudo apt-get install ansible

If all went well, ansible --version should give us an output much like this screenshot:

The Ansible is a console tool for running ad-hoc tasks. Whereas ad-hoc implies on something we do quickly, without writing the entire playbook for it.

Likewise,  ansible-galaxy --version should give us an output much like the following screenshot:

The ansible-galaxy ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning PHP 7

Learning PHP 7

Antonio L Zapata (GBP)
Upgrading to PHP 5

Upgrading to PHP 5

Adam Trachtenberg

Publisher Resources

ISBN: 9781785882814Supplemental Content