Add a FreeBSD network role.

This commit is contained in:
Tom Alexander
2022-10-14 01:29:40 -04:00
parent b08ff30f57
commit a1cd1db135
9 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true