Commit Briefs

1618caddbf gonzalo

thanks Adrian Ali for the inspiration (master, codeberg/master, github/master, sr.ht/master)


5b0e3598ef gonzalo

make README play nice with code


7474b77259 gonzalo

fix tabs, stupid yml wants spaces


002a0edd40 gonzalo

Initial commit for vmm_setup_veb (origin/master)


Branches

Tags

This repository contains no tags

Tree

README.mdcommits | blame
defaults/
handlers/
meta/
tasks/
templates/
tests/
vars/

README.md

OpenBSD vmm with veb(4)
=======================

Setup OpenBSD with veb(4) and vport(4)

Inspired by ![these videos](https://asciinema.org/a/509571)

Requirements
------------

OpenBSD >=7.0 and a processor with flags: SLAT for AMD or EPT for Intel.

Example hosts & Playbook
------------------------

hosts:
```
[current:vars]
ansible_python_interpreter=/usr/local/bin/python3

[current]
100.65.0.100
```

playbook:
```
- hosts: current
  remote_user: gonzalo
  become: yes
  become_method: doas
  roles:
    - vmm_setup_veb
```
License
-------

BSD

Author Information
------------------

Gonzalo L. R. <gonzalo@x61.sh>