2017-03-25 18:13:52 -04:00
|
|
|
---
|
2017-06-14 21:04:16 -04:00
|
|
|
description: |
|
|
|
|
Provisioners use builtin and third-party software to install and configure the
|
|
|
|
machine image after booting.
|
2017-03-25 18:13:52 -04:00
|
|
|
layout: docs
|
|
|
|
page_title: Provisioners
|
2017-06-14 21:04:16 -04:00
|
|
|
sidebar_current: 'docs-provisioners'
|
2017-03-25 18:13:52 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# Provisioners
|
|
|
|
|
|
|
|
Provisioners use builtin and third-party software to install and configure the
|
|
|
|
machine image after booting. Provisioners prepare the system for use, so common
|
|
|
|
use cases for provisioners include:
|
|
|
|
|
2017-06-14 21:04:16 -04:00
|
|
|
- installing packages
|
|
|
|
- patching the kernel
|
|
|
|
- creating users
|
|
|
|
- downloading application code
|
2017-03-25 18:13:52 -04:00
|
|
|
|
|
|
|
These are just a few examples, and the possibilities for provisioners are
|
|
|
|
endless.
|