Base CentOS 7 VM Build Log - GiorgioRegni/AnsibleScratch GitHub Wiki
ISO Image
CentOS-7-x86_64-Minimal-1503-01.iso
Add Authorized SSH Keys
$ mkdir ~/.ssh
$ touch ~/.ssh authorized_keys
# SCP public key to host.
$ cat your_key.pub >> ~/.ssh/authorized_keys