summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mc.yml
blob: 6f683d93d59c77c8fac1b82cf1529b35d4e06d60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- name: Basic Setup
  hosts: ch-mc
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd
  - role: core/zsh
  - role: core/cpu-microcode
  - role: network/wakeonlan
  - role: apt-repo/kodi
  - role: ws/base
  - role: ws/users
  post_tasks:
  - name: mount fileserver volumes
    mount:
      src: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}:/"
      path: /srv/files
      fstype: nfs4
      opts: nodev,x-systemd.automount,nofail,ro
      state: mounted