mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
This is an initial set of files for working with KVM and macvtap interfaces for KVM guests. The environment is not yet functional, but this is a start. Changes need to be made to the Ansible provisioning, and a way to enable promiscuous mode needs to be found.
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 |