---
- name: Install py-netaddr
  hosts:
    - localhost
  become: true
  tasks:
    - name: Install py-netaddr package
      ansible.builtin.package:
        name: net/py-netaddr
        state: present

- name: Deploy bhyve to virtual machine hosts
  hosts:
    - emma
  become: true
  tags: bhyve
  roles:
    - bhyve