summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mc.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-11 22:49:49 +0200
commitb624aeb2dca95f26c24a8d96b425fcb0b9153f39 (patch)
tree94b1ed289b6a14aa59598e8bce5e8d85ab35ae53 /chaos-at-home/ch-mc.yml
parentsome more tweasks for raspi based kodi (diff)
add role for kodi standalone deployments
Diffstat (limited to 'chaos-at-home/ch-mc.yml')
-rw-r--r--chaos-at-home/ch-mc.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mc.yml b/chaos-at-home/ch-mc.yml
index a9cb9707..8ded2b5a 100644
--- a/chaos-at-home/ch-mc.yml
+++ b/chaos-at-home/ch-mc.yml
@@ -7,11 +7,22 @@
- 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') }}:/"