Book Image

Infrastructure as Code (IAC) Cookbook

By : Stephane Jourdan, Pierre Pomès
Book Image

Infrastructure as Code (IAC) Cookbook

By: Stephane Jourdan, Pierre Pomès

Overview of this book

Para 1: Infrastructure as code is transforming the way we solve infrastructural challenges. This book will show you how to make managing servers in the cloud faster, easier and more effective than ever before. With over 90 practical recipes for success, make the very most out of IAC.
Table of Contents (18 chapters)
Infrastructure as Code (IAC) Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 1. Vagrant Development Environments

In this chapter, we will cover the following recipes:

  • Adding an Ubuntu Xenial (16.04 LTS) Vagrant box

  • Using a disposable Ubuntu Xenial (16.04) in seconds

  • Enabling VirtualBox Guest Additions in Vagrant

  • Using a disposable CentOS 7.x with VMware in seconds

  • Extending the VMware VM capabilities

  • Enabling multiprovider Vagrant environments

  • Customizing a Vagrant VM

  • Using Docker with Vagrant

  • Using Docker in Vagrant for a Ghost blog behind NGINX

  • Using Vagrant remotely with AWS EC2 and Docker

  • Simulating dynamic multiple host networking

  • Simulating a networked three-tier architecture app with Vagrant

  • Showing your work on the LAN while working with Laravel

  • Sharing access to your Vagrant environment with the world

  • Simulating Chef upgrades using Vagrant

  • Using Ansible with Vagrant to create a Docker host

  • Using Docker containers on CoreOS with Vagrant