Skip to content

Commit 91edcb9

Browse files
committed
documentation fixes
add README.txt to bash.bashrc.d and make sure it doesn't get deleted document tree management, and deprecate hass-debian
1 parent 019cef3 commit 91edcb9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

hosts.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ all:
154154
smtp_relay_to_gmail: true
155155
# homeassistant:
156156
# host_is_container: true # not strictly, but we don't want to go buggering around with the installation more than necessary
157+
# (in fact, at the current point, we don't manage this machine at all through Ansible;
158+
# if it's ever converted to a debian machine, it'll be done through hass-debian, which has been deprecated as of end of 2025)
157159
desktops:
158160
hosts:
159161
dirac-new:
@@ -334,9 +336,9 @@ all:
334336
# need for nfsroot, I wonder if we can talk to the
335337
# framebuffer there. framebuffer comes up on pi 4, but
336338
# maybe not pi 3
337-
hass-debian:
338-
not_active: true
339-
host_is_virtual: true
339+
# hass-debian:
340+
# not_active: true
341+
# host_is_virtual: true
340342
fs-new:
341343
not_active: true
342344
host_is_virtual: true

vars/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,9 @@
282282
# things deliberately added to /usr/local/bin to make sure we dont
283283
# have stale copies around, but that's a bit of work...
284284
# For now, just remember to do:
285-
# `cd files/tree/usr/local/bin ; find -type f | while read i ; do l -d ~/bin/$i ; done` and remove those files it finds
285+
# cdrun files/tree/usr/local/bin find -type f | while read i ; do l -d ~/bin/$i ; done
286+
# cdrun files/tree.Linux-x86_64/usr/local/bin find -type f | while read i ; do l -d ~/bin/Linux-x86_64/$i ; done
287+
# and remove those files it finds
286288
usr_local_bin_files_to_remove:
287289
- "{{ lookup('fileglob', \"homes/bin/*\", wantlist=True) }}"
288290
- "{{ lookup('fileglob', \"homes.Linux-{{ arch | default ('x86_64') }}/bin/Linux-{{ arch | default ('x86_64') }}/*\", wantlist=True) }}"
@@ -292,6 +294,7 @@
292294
# excess files later)
293295
bashrc_files:
294296
- "{{ lookup('fileglob', 'tree/etc/bash.bashrc.d/*.sh', wantlist=True) }}"
297+
- "{{ lookup('fileglob', 'tree/etc/bash.bashrc.d/*.txt', wantlist=True) }}"
295298

296299
# "simple-sync" - let's just transfer a whole bunch of files,
297300
# according to simple criteria, with possible event triggering:
@@ -320,7 +323,7 @@
320323
# customisation, unless perhaps that directory already exists in
321324
# the files/ area because it's relevant to a whole bunch of
322325
# hosts and you have a further customisation here.
323-
- name: /
326+
- name: / # tree/
324327
- name: /
325328
source: tree.Linux-{{ arch | default ('x86_64') }}/
326329
- name: /

0 commit comments

Comments
 (0)