Mercurial > code > home > repos > infra
diff inventory.py @ 320:11d3bcedb9f0
updates for tofu rebuild; some dead code; start moving tasks into subdirs with their files and templates
author | drewp@bigasterisk.com |
---|---|
date | Fri, 08 Nov 2024 23:16:56 -0800 |
parents | 2d3e90461011 |
children | e796f5776e57 |
line wrap: on
line diff
--- a/inventory.py Wed Oct 16 20:47:19 2024 -0700 +++ b/inventory.py Fri Nov 08 23:16:56 2024 -0800 @@ -25,5 +25,5 @@ laptop = [ ('plus', {'drewp_uid': 501, 'drewp_gid': 1000, 'wireguard_address': '10.5.0.110','ssh_hostname': 'plus5', 'drewp_home': True, 'syncthing': True, 'wg_roamer': True, }), ('pillow', {'drewp_uid': 1000 ,'drewp_gid': 1000, 'wireguard_address': '10.5.0.111','ssh_hostname': '10.5.0.111', 'syncthing': True, 'wg_roamer': True, }), - ('tofu', {'drewp_uid': 501 , 'drewp_gid': 1000, 'wireguard_address': '10.5.0.113','ssh_hostname': '10.2.0.137', 'drewp_home': True, 'syncthing': True, 'wg_roamer': True, }), + ('tofu', {'drewp_uid': 501 , 'drewp_gid': 1000, 'wireguard_address': '10.5.0.113','ssh_hostname': '10.2.0.148', 'drewp_home': True, 'syncthing': True, 'wg_roamer': True, }), ]