ubuntu mirror now deploys and initial-syncs

This commit is contained in:
2024-03-08 15:46:13 -08:00
parent be0abb9060
commit bcc97383fb
4 changed files with 104 additions and 0 deletions

6
ubuntu/Vagrantfile vendored
View File

@@ -80,4 +80,10 @@ Vagrant.configure("2") do |config|
vb.check_guest_additions = false
end
config.vm.provision :ansible do |ansible|
ansible.compatibility_mode = "2.0"
ansible.limit = "all"
ansible.playbook = "ansible.yml"
end
end