summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mc.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-18 22:07:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-18 22:07:55 +0200
commit9b45d4e5ec6ee2102d10f7e75f00746b8581883a (patch)
tree2aab37f4de43f3b415a3f74dcab996a6455c2b54 /chaos-at-home/ch-mc.yml
parentadd simple kodi config role (diff)
finalize ch-mc* setups for now
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