summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-26 21:26:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-26 21:26:53 +0200
commit35d058c2db0ad466a4c73261128806056ebd97b3 (patch)
treead67816d5f40dfc089202e97996a45c00272087b /chaos-at-home
parentupgrade prometheus-node-exporter (diff)
initial support for ubuntu 24.04
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-chromebook.yml22
-rw-r--r--chaos-at-home/ch-prometheus.yml1
2 files changed, 23 insertions, 0 deletions
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