packer-cn/website/pages/docs/provisioners/index.mdx

24 lines
686 B
Plaintext
Raw Normal View History

---
2017-06-14 21:04:16 -04:00
description: |
2020-03-18 18:46:47 -04:00
Provisioners use builtin and third-party software to install and configure the
machine image after booting.
layout: docs
page_title: Provisioners
sidebar_title: Provisioners
---
# 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:
2020-03-18 18:46:47 -04:00
- installing packages
- patching the kernel
- creating users
- downloading application code
2020-03-31 17:40:07 -04:00
See [Template Provisioners](/docs/templates/provisioners) to learn more
about working with provisioners. For information on an individual provisioner,
choose it from the sidebar.