replace unbound w/ kresd, add user (needs ansible users bugfix for pw)
This commit is contained in:
@@ -8,6 +8,7 @@ packages:
|
||||
- cpdup
|
||||
- bash
|
||||
- doas
|
||||
- knot-resolver
|
||||
|
||||
# used by bastille to build a base
|
||||
release: 14.1-RELEASE
|
||||
@@ -25,8 +26,24 @@ ssh_keys:
|
||||
|
||||
jails:
|
||||
pubnix:
|
||||
octet: 2
|
||||
pkgs:
|
||||
- bash
|
||||
- zsh
|
||||
- vim
|
||||
- git
|
||||
- htop
|
||||
- tmux
|
||||
- bind-tools
|
||||
- coreutils
|
||||
- emacs-nox
|
||||
- fzf
|
||||
|
||||
users:
|
||||
- name: scip
|
||||
groups: wheel
|
||||
shell: /usr/local/bin/bash
|
||||
rootdir: /usr/local/bastille/jails/pubnix/root
|
||||
|
||||
storage:
|
||||
volume:
|
||||
size: 10
|
||||
@@ -91,16 +108,3 @@ permissions:
|
||||
group: wheel
|
||||
mode: '0711'
|
||||
|
||||
jails:
|
||||
pubnix:
|
||||
pkgs:
|
||||
- bash
|
||||
- zsh
|
||||
- vim
|
||||
- git
|
||||
- htop
|
||||
- tmux
|
||||
- bind-tools
|
||||
- coreutils
|
||||
- emacs-nox
|
||||
- fzf
|
||||
|
||||
Reference in New Issue
Block a user