From 5a89822794ca6aab21ba2bd496d8a9fff1cc5366 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Feb 2024 10:11:09 +0200 Subject: billion: tweak config for new use Signed-off-by: Lars Wirzenius Sponsored-by: author --- ansible/billion.yml | 8 +++----- ansible/hosts | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ansible/billion.yml b/ansible/billion.yml index 841ad45..b1a8213 100644 --- a/ansible/billion.yml +++ b/ansible/billion.yml @@ -3,19 +3,17 @@ become: yes roles: - sane_debian_system - - role: sshd - tags: [sshd] + - sshd - comfortable-debian-system - unix_users - - self-updating-system tasks: - apt: name: - btrfs-progs vars: sane_debian_system_version: 2 - sane_debian_system_hostname: billion - sane_debian_system_codename: bullseye + sane_debian_system_hostname: "{{ inventory_hostname }}" + sane_debian_system_codename: bookworm unix_users_version: 2 unix_users: diff --git a/ansible/hosts b/ansible/hosts index 6d9148d..2205510 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -27,6 +27,7 @@ vmdb2-dev vmdb2-dev-sid [toys] +billion toy bigtoy handbrake -- cgit v1.2.1