1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-31 23:12:26 +01:00

Make 22.04 default version for ubuntu.

This commit is contained in:
2022-12-24 12:24:56 +01:00
parent cdcb7ffdce
commit c3ee529d95
5 changed files with 62 additions and 55 deletions

View File

@@ -29,7 +29,7 @@ runcmd:
- [apt, purge, '-y', python3-pyasn1-modules]
- [apt, purge, '-y', python3-simplejson]
- [su, -, ubuntu, -c, "git clone https://github.com/gryf/vmstrap"]
- [su, -, ubuntu, -c, "vmstrap/bootstrap.sh"]
- [su, -, ubuntu, -c, "vmstrap/bootstrap.sh -c"]
- [rm, -fr, /home/ubuntu/vmstrap]
- [su, -, ubuntu, -c, "cp /tmp/local.conf /home/ubuntu/devstack/"]
- [su, -, ubuntu, -c, "echo 'export HOST_IP=10.0.2.15' >> .bashrc"]