# HG changeset patch # User drewp@bigasterisk.com # Date 1689996256 25200 # Node ID 2ce1a255a9dae94206557fd08ac01c520bb51603 # Parent da0fd5a2ac3339e7b9ecf349c7bfbf3fa7c4b319 upgrade ubuntu on plus, slash diff -r da0fd5a2ac33 -r 2ce1a255a9da inventory.py --- a/inventory.py Fri Jul 07 16:11:58 2023 -0700 +++ b/inventory.py Fri Jul 21 20:24:16 2023 -0700 @@ -13,7 +13,7 @@ ('slash', { 'ssh_hostname': 'slash', 'wireguard_address': '10.5.0.6', - 'mk_addr': '10.2.0.84', +# 'mk_addr': '10.2.0.84', }), ('dot', { 'ssh_hostname': 'dot', @@ -54,9 +54,9 @@ 'ssh_hostname': '162.243.138.136', 'wireguard_address': '10.5.0.2', }), -# ('plus', { - # 'ssh_hostname': '10.5.0.110', - # 'wireguard_address': '10.5.0.110', - # 'mk_addr': '10.2.0.48', - # }), + ('plus', { + 'ssh_hostname': 'plus', + 'wireguard_address': '10.5.0.110', + 'mk_addr': '10.2.0.48', + }), ] diff -r da0fd5a2ac33 -r 2ce1a255a9da templates/sources.list.j2 --- a/templates/sources.list.j2 Fri Jul 07 16:11:58 2023 -0700 +++ b/templates/sources.list.j2 Fri Jul 21 20:24:16 2023 -0700 @@ -22,16 +22,16 @@ deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x jammy main {% endif %} -{% if host.name in ['squib', 'slash', 'plus'] %} +{% if host.name in ['squib'] %} deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x kinetic main {% endif %} -{% if host.name in ['dash', 'bang', 'ditto'] %} +{% if host.name in ['dash', 'bang', 'ditto', 'slash', 'plus'] %} deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x lunar main {% endif %} -{% if host.name in ['dash', 'ditto', 'bang'] %} +{% if host.name in ['dash', 'ditto', 'bang', 'plus', 'slash'] %} deb http://us.archive.ubuntu.com/ubuntu lunar main restricted deb http://us.archive.ubuntu.com/ubuntu lunar multiverse deb http://us.archive.ubuntu.com/ubuntu lunar universe @@ -44,7 +44,7 @@ deb http://us.archive.ubuntu.com/ubuntu lunar-updates universe {% endif %} -{% if host.name in ['prime', 'squib', 'slash', 'plus'] %} +{% if host.name in ['prime', 'squib'] %} deb http://us.archive.ubuntu.com/ubuntu kinetic main restricted deb http://us.archive.ubuntu.com/ubuntu kinetic multiverse deb http://us.archive.ubuntu.com/ubuntu kinetic universe