Skip to Content
Linux Administration Cookbook
book

Linux Administration Cookbook

by Adam K. Dean
December 2018
Beginner
826 pages
22h 54m
English
Packt Publishing
Content preview from Linux Administration Cookbook

Getting ready

SSH to centos1 and download both Terraform and Packer:

$ vagrant ssh centos1$ curl -O https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip$ curl -O https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip

Now, we need to unzip these binaries, so first install the appropriate tool. Then, unzip both of our applications and move them to /usr/local/bin/:

$ sudo yum install unzip -y$ unzip packer_1.3.2_linux_amd64.zip $ unzip terraform_0.11.10_linux_amd64.zip$ sudo mv terraform /usr/local/bin/$ sudo mv packer /usr/local/bin/
Terraform and Packer evolve so quickly that remarkably few repositories will actually have them. The programs also complain if you use a version that's out of date, ...
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

Practical Linux Security Cookbook - Second Edition

Practical Linux Security Cookbook - Second Edition

Tajinder Kalsi
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9781789342529Supplemental Content