Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Vagrant Basic VM for local web server

License

Notifications You must be signed in to change notification settings

Clavicula-Nox/basic-webserver-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Web Server VM

Requirements

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

DO NOT USE THIS IN A PRODUCTION ENVIRONMENT

VM Configuration and parameters

  • All parameters are in ansible/vars/all.yml
  • You'll also have to configure this file manually : Vagrantfile

VM Provisioning

  • Run your virtual machine: vagrant up --provision
  • Connect through SSH to the virtual machine: vagrant ssh

Host configuration

For more convenience, setup local hosts on your host machine

sudo /bin/bash -c 'echo "192.168.45.99 dev.domain.ltd" >> /etc/hosts'

Releases

No releases published

Packages

No packages published