Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
VirtualBox only supports the x86 platform, so the default installation instructions for Vagrant does not work on Apple silicon. Thankfully Vagrant has a VMWare Provider (more on providers here), and so if I can get VMWare running on my M1 MacBook, I should be able to run Vagrant as well!
These are my notes during figuring this out.
We are in luck, as VMWare released this just a few weeks ago.
This is commented out. NOTE: Best if viewed in web browser if currently you are viewing this in Lepton
Based from Brad Traversy's cheatsheet. I just updated it to work for my needs.
Not all Terraform providers are built for arm64
.
One solution here is to install Terraform as amd64
which can be easily done from the downloads page.
However, for those who are using and switching between versions of Terraform often, a more streamlined approach is desirable.
Enter asdf
.
# Created by https://www.toptal.com/developers/gitignore/api/ssl | |
# Edit at https://www.toptal.com/developers/gitignore?templates=ssl | |
*.csr | |
*.pem | |
*.key | |
*.crt | |
# End of https://www.toptal.com/developers/gitignore/api/ssl |