File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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) }}"
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:
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 : /
You can’t perform that action at this time.
0 commit comments