ansible/bhyve.yml

19 lines
319 B
YAML
Raw Normal View History

2020-09-13 20:55:34 -05:00
---
2024-09-17 11:15:28 -05:00
- name: Install py-netaddr
hosts:
- localhost
become: true
2024-06-03 04:48:30 -05:00
tasks:
- name: Install py-netaddr package
2024-09-17 11:15:28 -05:00
ansible.builtin.package:
2024-06-03 04:48:30 -05:00
name: net/py-netaddr
state: present
2024-09-17 11:15:28 -05:00
- name: Deploy bhyve to virtual machine hosts
hosts:
2020-09-13 20:55:34 -05:00
- emma
2024-09-17 11:15:28 -05:00
become: true
2022-11-26 15:38:59 -06:00
tags: bhyve
2020-09-13 20:55:34 -05:00
roles:
- bhyve