Skip to content

SEDoug/HashiCorp-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

HashiCorp-Tools

Infrastructure Automation with HashiCorp ( ͡° ͜ʖ ͡°)

  • Vagrant is a tool for building and managing virtual machine environments in a single workflow.
  • Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.
  • Vault Secures, stores & tightly controls access to tokens, passwords, certificates, API keys & other secrets.
  • Packer is easy to use and automates the creation of any type of machine image.
  • Install Latest Vagrant on Ubuntu 18.04 Desktop | CentOS | Debian 10 | Kali Linux

    #Some interesting finds trying to get vagrant up on this box.

    - If you happened to create a Vagrant project with just vagrant init (which I did).. this will create the Vagrantfile, but it won't have a box defined.

    #- Instead, try this: #$ vagrant init hashicorp/precise32 #$ vagrant up

    #The Vagrant website has a Getting Started which gives some good examples.

    #IMAGES

    Commands: Upgrade Vagrant to 2.0.3 so you can install the plugin: run the following

  • wget -c https://releases.hashicorp.com/vagrant/2.0.3/vagrant_2.0.3_x86_64.deb
  • sudo dpkg -i vagrant_2.0.3_x86_64.deb
  • vagrant plugin install vagrant-azure
  • Links for Git, Vagrant, Python and Visual Studio Code

  • Download GIT for Linux and Unix
  • Using Vagrant with Azure
  • About

    Infrastructure Automation with HashiCorp

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published