summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-gw-lan.yml2
-rw-r--r--chaos-at-home/ch-mc.yml32
-rw-r--r--chaos-at-home/ch-mclr.yml (renamed from chaos-at-home/ch-cm4-test.yml)4
3 files changed, 3 insertions, 35 deletions
diff --git a/chaos-at-home/ch-gw-lan.yml b/chaos-at-home/ch-gw-lan.yml
index 37ed17fa..e845c385 100644
--- a/chaos-at-home/ch-gw-lan.yml
+++ b/chaos-at-home/ch-gw-lan.yml
@@ -20,7 +20,7 @@
- name: epimetheus
interface: lan0
mac: 90:2b:34:35:da:88
- - name: mc
+ - name: mcbr
interface: lan0
mac: 00:1e:8c:f4:e6:d8
loop_control:
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
diff --git a/chaos-at-home/ch-cm4-test.yml b/chaos-at-home/ch-mclr.yml
index 599fe561..d6aa7ae1 100644
--- a/chaos-at-home/ch-cm4-test.yml
+++ b/chaos-at-home/ch-mclr.yml
@@ -1,6 +1,6 @@
---
- name: Basic Setup
- hosts: ch-cm4-test
+ hosts: ch-mclr
roles:
- role: apt-repo/base
- role: core/base
@@ -9,7 +9,7 @@
- role: core/ntp
- name: Payload Setup
- hosts: ch-cm4-test
+ hosts: ch-mclr
roles:
- role: kodi/standalone
- role: kodi/config