summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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