infra-ansible

ansible script to ship alpine/ssh/wireguard

git clone https://9o.is/git/infra-ansible.git

mkimg.x.sh.j2

(196B)


      1 profile_x() {
      2     profile_virt
      3     profile_abbrev="x"
      4     title="Custom Virtual"
      5     apks="$apks syslinux grub-efi acct linux-virt python3"
      6     apkovl="aports/scripts/genapkovl-mkimgoverlay.sh"
      7 }