Mercurial > code > home > repos > infra
comparison system.py @ 146:2065998876e4
add host 'ditto'
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:17:56 -0800 |
parents | ee0384eebee5 |
children | 522f26c8f691 |
comparison
equal
deleted
inserted
replaced
145:ee0384eebee5 | 146:2065998876e4 |
---|---|
109 files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt') | 109 files.template(src='templates/boot_config.txt.j2', dest='/boot/config.txt') |
110 | 110 |
111 if not is_pi: | 111 if not is_pi: |
112 podman_insecure_registry() | 112 podman_insecure_registry() |
113 | 113 |
114 if host.name in ['bang', 'pipe']: | 114 if host.name in ['bang', 'pipe', 'ditto']: |
115 no_sleep() | 115 no_sleep() |
116 | 116 |
117 if host.name == 'bang': | 117 if host.name == 'bang': |
118 nfs_server() | 118 nfs_server() |
119 zfs_metrics() | 119 zfs_metrics() |