summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-chromebook.yml
blob: 8f13ef179e3212efa0458274a7def666f6ce0359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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