mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Vagrantfile and supporting files to create a learning environment for KVM and Libvirt.
5 lines
No EOL
191 B
INI
5 lines
No EOL
191 B
INI
[defaults]
|
|
inventory = ./.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
|
|
private_key_file = ~/.vagrant.d/insecure_private_key
|
|
remote_user = vagrant
|
|
host_key_checking = False |