Skip to content

Commit 173af2b

Browse files
committed
chore(annexes): migration de l'annexe vagrant dans mborne.github.io
1 parent 44dcada commit 173af2b

File tree

3 files changed

+2
-149
lines changed

3 files changed

+2
-149
lines changed

src/annexe/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Les concepts détaillés au besoin pendant la présentation :
1515

1616
Les principaux outils abordés dans ce cours :
1717

18-
* [Vagrant](vagrant/index.md)
18+
* [Vagrant](https://mborne.github.io/outils/vagrant/)
1919
* [Ansible](ansible.md)
2020
* [Docker](docker/index.md)
2121
* [Terraform](https://www.terraform.io/) : voir [gce-playground](https://github.com/mborne/gce-playground) et [gke-playground](https://github.com/mborne/gke-playground) pour des exemples

src/annexe/vagrant/index.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

src/slides/vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Nous utilisons le dépôt [mborne/vagrantbox](https://github.com/mborne/vagrantb
177177
Nous soulignerons que :
178178

179179
- La principale difficulté traitée dans le dépôt [mborne/vagrantbox](https://github.com/mborne/vagrantbox#vagrantbox) est l'utilisation optionnelle d'un proxy sortant avec le plugin [vagrant-proxyconf](https://rubygems.org/gems/vagrant-proxyconf/versions/1.5.2).
180-
- Une [annexe Vagrant](https://mborne.github.io/cours-devops/annexe/vagrant/index.html) explique comment créer ses propres `Vagrantfile`.
180+
- Une [fiche sur Vagrant](https://mborne.github.io/outils/vagrant/) explique comment créer ses propres `Vagrantfile`.
181181
- Vagrant est aussi pratique pour créer une VM de DEV Linux avec un environnement graphique (`apt-get install ubuntu-desktop`)
182182
- Nous créons ici des VM [VirtualBox](https://www.virtualbox.org/) mais [Vagrant supporte d'autres hyperviseurs (ex : KVM)](https://www.vagrantup.com/docs/providers)
183183
- Il existe [un dépôt public d'image de VM pour vagrant](https://app.vagrantup.com/boxes/search).

0 commit comments

Comments
 (0)