summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-chromebook.yml
diff options
context:
space:
mode:
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