ansible/bhyve.yml

20 lines
231 B
YAML
Raw Normal View History

2020-09-14 03:55:34 +02:00
---
2024-06-03 11:48:30 +02:00
- hosts:
- localhost
become: yes
tasks:
- name: Install py-netaddr package
package:
name: net/py-netaddr
state: present
2020-09-14 03:55:34 +02:00
- hosts:
- emma
become: yes
2022-11-26 22:38:59 +01:00
tags: bhyve
2020-09-14 03:55:34 +02:00
roles:
- bhyve