deploy.bash 194 Bytes
Newer Older
João Lino's avatar
João Lino committed
1 2 3
#!/bin/bash

install_sw () {
João Lino's avatar
João Lino committed
4
	apt install lxd git
João Lino's avatar
João Lino committed
5 6 7
}

configure_lxd () {
João Lino's avatar
João Lino committed
8 9 10 11 12
	lxd init --preseed < input.yaml
}

lxd_create_net () {
	lxc launch images:alpine/3.13 net
João Lino's avatar
João Lino committed
13 14 15 16 17
}

#install_sw

#configure_lxd