summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-07 10:11:09 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-07 10:11:09 +0200
commit5a89822794ca6aab21ba2bd496d8a9fff1cc5366 (patch)
tree41ec0823b6f4c1d4f12d48df2d6de510f00509a8
parent9507fec3ff2407e927aa73cc8d911dbc8da4bc84 (diff)
downloadansibleness-5a89822794ca6aab21ba2bd496d8a9fff1cc5366.tar.gz
billion: tweak config for new use
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ansible/billion.yml8
-rw-r--r--ansible/hosts1
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