replace unbound w/ kresd, add user (needs ansible users bugfix for pw)

This commit is contained in:
2024-11-22 18:43:35 +01:00
parent cfe6edae85
commit cd11f997b8
13 changed files with 89 additions and 20 deletions

View File

@@ -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