<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.squi.fr/index.php?action=history&amp;feed=atom&amp;title=Vagrant</id>
	<title>Vagrant - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.squi.fr/index.php?action=history&amp;feed=atom&amp;title=Vagrant"/>
	<link rel="alternate" type="text/html" href="https://wiki.squi.fr/index.php?title=Vagrant&amp;action=history"/>
	<updated>2026-04-28T01:36:04Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.squi.fr/index.php?title=Vagrant&amp;diff=1142&amp;oldid=prev</id>
		<title>Justine : Page créée avec « =Vagrant : déploiement de VMs=  Extrait du livre &quot;Ansible for Devops&quot;:   &lt;nowiki&gt; 1. Download and install Vagrant and VirtualBox (whichever version is appropriate for you... »</title>
		<link rel="alternate" type="text/html" href="https://wiki.squi.fr/index.php?title=Vagrant&amp;diff=1142&amp;oldid=prev"/>
		<updated>2019-08-05T15:09:08Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « =Vagrant : déploiement de VMs=  Extrait du livre &amp;quot;Ansible for Devops&amp;quot;:   &amp;lt;nowiki&amp;gt; 1. Download and install Vagrant and VirtualBox (whichever version is appropriate for you... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Vagrant : déploiement de VMs=&lt;br /&gt;
&lt;br /&gt;
Extrait du livre &amp;quot;Ansible for Devops&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
1. Download and install Vagrant and VirtualBox (whichever version is appropriate for your OS):&lt;br /&gt;
- Download Vagrant40 - Download VirtualBox41 (when installing, make sure the command&lt;br /&gt;
line tools are installed, so Vagrant work with it)&lt;br /&gt;
2. Create a new folder somewhere on your hard drive where you will keep your Vagrantfile and&lt;br /&gt;
provisioning instructions.&lt;br /&gt;
3. Open a Terminal or PowerShell window, then navigate to the folder you just created.&lt;br /&gt;
4. Add a CentOS 7.x 64-bit ‘box’ using the vagrant box add 42 command: vagrant box add&lt;br /&gt;
geerlingguy/centos7 (note: HashiCorp’s Atlas43 has a comprehensive list of different pre-&lt;br /&gt;
made Linux boxes. Also, check out the ‘official’ Vagrant Ubuntu boxes on the Vagrant wiki44.&lt;br /&gt;
5. Create a default virtual server configuration using the box you just downloaded: vagrant&lt;br /&gt;
init geerlingguy/centos7&lt;br /&gt;
6. Boot your CentOS server: vagrant up&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justine</name></author>
	</entry>
</feed>