Skip to content

This repository was created to automatic install HTTPD service on your CentOS in your VagrantVM.

Notifications You must be signed in to change notification settings

oepilcore/CentOS-IaaC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CentOS-IaaC

This is just a simple vagrant file script for you to deploy automatically HTTPD Service and upload your HTML or any simple script to your Vagrant-vms

Installation

Use git clone.

git clone https://github.com/oepilcore/CentOS-IaaC.git

Copy the file to your vagrant-vms folder *For example mine folder was installed on drive D

mv CentOS-IaaC /d/vagrant-vms/

Usage

cd /vagrant-vms/CentOS-IaaC
vagrant up

Note

Please take note of some lines, please change these line using your private IP

config.vm.network "private_network", ip: "192.168.69.25"

You can change the resource for your website on these lines. in this line, I've used tooplate to download the HTML Scripts

wget https://www.tooplate.com/zip-templates/2109_the_card.zip

Source

Free HTML Source: https://www.tooplate.com/free-templates

About

This repository was created to automatic install HTTPD service on your CentOS in your VagrantVM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published