Start a jail task which creates the zfs datasets and installs a new_jail script.

This commit is contained in:
Tom Alexander
2022-10-28 21:05:26 -04:00
parent 9bf06cc90e
commit 33d2118c15
10 changed files with 160 additions and 21 deletions

View File

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