packer: fixing networking

This commit is contained in:
2023-04-14 16:34:58 -07:00
parent 10be9bac41
commit f0abff9f6a
10 changed files with 45 additions and 57 deletions

View File

@@ -59,8 +59,8 @@
"type": "file"
},
{
"destination": "/etc/systemd/system/tailscale.service",
"source": "files/tailscale.service",
"destination": "/etc/netplan/10-network.yaml",
"source": "files/network-dev.yaml",
"type": "file"
},
{

View File

@@ -48,6 +48,11 @@
"source": "files/user-data_cnode",
"type": "file"
},
{
"destination": "/etc/netplan/10-network.yaml",
"source": "files/netplan-node.yaml",
"type": "file"
},
{
"scripts": [
"scripts/setup-base.sh",