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

Latest commit

 

History

History
35 lines (23 loc) · 923 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 923 Bytes

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'