Move everything off of Ansible

This commit is contained in:
Greg Hellings
2023-08-22 00:18:02 -05:00
parent d0672aa88c
commit b43b95e124
80 changed files with 525 additions and 111 deletions
+2
View File
@@ -6,6 +6,8 @@ Vagrant.configure('2') do |c|
v.connect_via_ssh = false
#v.username = 'root'
v.memory = 2048
# QEmu Guest Agent channel
v.qemu_use_agent = true
end
c.vm.provider :virtualbox do |v|
v.gui = false