Go to file
Jim Martens 87cd7701ba Updated README with info about initial ssh connection 2020-01-04 00:53:03 +01:00
.ssh Moved key location to .ssh directory 2020-01-04 00:24:18 +01:00
.gitignore Moved key location to .ssh directory 2020-01-04 00:24:18 +01:00
LICENSE Initial commit 2020-01-04 00:16:17 +01:00
README.md Updated README with info about initial ssh connection 2020-01-04 00:53:03 +01:00
Vagrantfile Moved key location to .ssh directory 2020-01-04 00:24:18 +01:00

README.md

Testing repo for VPS VMs

This repo helps you to test ansible playbooks on an Ubuntu 18 VM.

Requirements

  1. Copy id_ed25519.pub to .ssh/.
  2. Install vagrant.

Usage

  1. vagrant up
  2. ssh vagrant@192.168.33.10 (accept host key fingerprint)