summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-mc.yml')
-rw-r--r--chaos-at-home/ch-mc.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/chaos-at-home/ch-mc.yml b/chaos-at-home/ch-mc.yml
deleted file mode 100644
index 8ded2b5a..00000000
--- a/chaos-at-home/ch-mc.yml
+++ /dev/null
@@ -1,32 +0,0 @@
----
-- name: Basic Setup
- hosts: ch-mc
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd/base
- - role: core/zsh
- - role: core/cpu-microcode
-
-- name: Payload Setup
- hosts: ch-mc
- roles:
- - role: network/wakeonlan
- # - role: apt-repo/backports
- # - role: kodi/standalone
- - role: apt-repo/kodi
- - role: ws/base
- - role: ws/users
- post_tasks:
- - name: install nfs client packages
- apt:
- name: nfs-common
- state: present
-
- - name: mount fileserver volumes
- mount:
- src: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-prometheus']) | ansible.utils.ipaddr('address') }}:/"
- path: /srv/files
- fstype: nfs4
- opts: nodev,x-systemd.automount,nofail,ro
- state: mounted