summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-chromebook.yml
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/ch-chromebook.yml
parentupgrade prometheus-node-exporter (diff)
initial support for ubuntu 24.04
Diffstat (limited to 'chaos-at-home/ch-chromebook.yml')
-rw-r--r--chaos-at-home/ch-chromebook.yml22
1 files changed, 22 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