nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/action_provision

nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/action_set_name
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/box_meta
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/creator_uid
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/id
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/index_uuid
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/private_key
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/synced_folders
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/vagrant_cwd
	nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/rgloader/loader.rb
	renommé :         sio2/SISR/10-ha/vagrantfile_bookworm -> sio2/SISR/10-ha/bookworm/Vagrantfile
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/action_provision
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/action_set_name
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/box_meta
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/creator_uid
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/id
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/index_uuid
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/private_key
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/synced_folders
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/vagrant_cwd
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/action_provision
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/action_set_name
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/box_meta
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/creator_uid
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/id
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/index_uuid
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/private_key
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/synced_folders
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/vagrant_cwd
	nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/rgloader/loader.rb
	nouveau fichier : sio2/SISR/10-ha/rsync/Vagrantfile
	supprimé :        sio2/SISR/10-ha/vagrantfile_rsync
This commit is contained in:
Rotsipitia Rahaingoharivahitra
2024-09-09 17:45:01 +02:00
parent 94c460983d
commit bcd59abadb
32 changed files with 100 additions and 29 deletions

View File

@@ -0,0 +1 @@
1.5:667d1b2c-452e-45a4-9c34-bf5f9222a8c2

View File

@@ -0,0 +1 @@
1725889695

View File

@@ -0,0 +1 @@
{"name":"debian/bookworm64","version":"12.20240905.1","provider":"virtualbox","directory":"boxes/debian-VAGRANTSLASH-bookworm64/12.20240905.1/virtualbox"}

View File

@@ -0,0 +1 @@
667d1b2c-452e-45a4-9c34-bf5f9222a8c2

View File

@@ -0,0 +1 @@
d5ccc64fc3af4d2d85212fc3bc52db3e

View File

@@ -0,0 +1,8 @@
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAA
AAtzc2gtZWQyNTUxOQAAACBXByYmLuK7hnpHVdXeCR8n/VzUr5IyPjDZEdjX
vubudgAAAJAmcbMpJnGzKQAAAAtzc2gtZWQyNTUxOQAAACBXByYmLuK7hnpH
VdXeCR8n/VzUr5IyPjDZEdjXvubudgAAAEAU6mpW4PQVU+yVtaGj7bHoXwEx
cG2aOVy1dNdrEOlThFcHJiYu4ruGekdV1d4JHyf9XNSvkjI+MNkR2Ne+5u52
AAAAB3ZhZ3JhbnQBAgMEBQY=
-----END OPENSSH PRIVATE KEY-----

View File

@@ -0,0 +1 @@
{"virtualbox":{"/vagrant":{"guestpath":"/vagrant","hostpath":"/home/rotsi.rahaingo/vagrant/bookworm","disabled":false,"__vagrantfile":true}}}

View File

@@ -0,0 +1 @@
/home/rotsi.rahaingo/vagrant/bookworm

View File

@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end