Repo du prof : https://github.com/fteychene/vagrant-ansible-epsi
- Vagrant
- Ansible
- Heroku
https://github.com/poudre-aux-yeux/epsi.tp1.cloud
https://fteychene.github.io/vagrant-ansible-epsi/
Commandes Vagrant :
vagrant init ubuntu/xenial64
to init and download the VMvagrant up
to up the VMvagrant ssh
to connect to the VMexit
to quit the VM
vagrant suspend
to suspend the VMvagrant destroy
to destroy the entire VMvagrant up --provision
to update new config from Vagrantfile