From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/provisioning%2Findex.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devdocs/vagrant/provisioning%2Findex.html (limited to 'devdocs/vagrant/provisioning%2Findex.html') diff --git a/devdocs/vagrant/provisioning%2Findex.html b/devdocs/vagrant/provisioning%2Findex.html new file mode 100644 index 00000000..8dbec953 --- /dev/null +++ b/devdocs/vagrant/provisioning%2Findex.html @@ -0,0 +1,9 @@ +

Provisioning

Provisioners in Vagrant allow you to automatically install software, alter configurations, and more on the machine as part of the vagrant up process.

This is useful since boxes typically are not built perfectly for your use case. Of course, if you want to just use vagrant ssh and install the software by hand, that works. But by using the provisioning systems built-in to Vagrant, it automates the process so that it is repeatable. Most importantly, it requires no human interaction, so you can vagrant destroy and vagrant up and have a fully ready-to-go work environment with a single command. Powerful.

Vagrant gives you multiple options for provisioning the machine, from simple shell scripts to more complex, industry-standard configuration management systems.

If you've never used a configuration management system before, it is recommended you start with basic shell scripts for provisioning.

You can find the full list of built-in provisioners and usage of these provisioners in the navigational area to the left.

When Provisioning Happens

Provisioning happens at certain points during the lifetime of your Vagrant environment:

You can also bring up your environment and explicitly not run provisioners by specifying --no-provision.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/provisioning/ +

+
-- cgit v1.2.3