io7m / waxmill

FreeBSD BHyve Manager
https://www.io7m.com/software/waxmill
ISC License
0 stars 0 forks source link

Networking and roles #39

Open io7m opened 4 years ago

io7m commented 4 years ago

We need to be able to specify the roles of a given virtual machine, along with the IP addresses allocated to it.

The use case is generating tables for firewall rules:

$ waxmill vm-with-roles --role mailUsers --addresses
192.168.1.2
192.168.1.4
...