From 35d058c2db0ad466a4c73261128806056ebd97b3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 26 Apr 2024 21:26:53 +0200 Subject: initial support for ubuntu 24.04 --- chaos-at-home/ch-chromebook.yml | 22 ++++++++++++++++++++++ chaos-at-home/ch-prometheus.yml | 1 + 2 files changed, 23 insertions(+) create mode 100644 chaos-at-home/ch-chromebook.yml (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-chromebook.yml b/chaos-at-home/ch-chromebook.yml new file mode 100644 index 00000000..8f13ef17 --- /dev/null +++ b/chaos-at-home/ch-chromebook.yml @@ -0,0 +1,22 @@ +--- +- name: Basic Setup + hosts: ch-chromebook + roles: + - role: apt-repo/base + - role: core/base + - role: core/sshd/base + - role: core/zsh + - role: core/cpu-microcode + +- name: Payload Setup + hosts: ch-chromebook + roles: + - role: ws/base + - role: core/users + - role: ws/flatpak + - role: ws/minet + post_tasks: + - name: remove installer netplan config + file: + path: /etc/netplan/50-cloud-init.yaml + state: absent diff --git a/chaos-at-home/ch-prometheus.yml b/chaos-at-home/ch-prometheus.yml index d7dc2e87..d0d4b586 100644 --- a/chaos-at-home/ch-prometheus.yml +++ b/chaos-at-home/ch-prometheus.yml @@ -21,6 +21,7 @@ - role: vm/host/base - role: vm/host/network - role: installer/debian/base + - role: installer/ubuntu/base - role: installer/openbsd/base tasks: - name: install post-boot script -- cgit v1.2.3