Skip to content

A simple IAC build system to establish a centos VM image suitable for secure use

License

Notifications You must be signed in to change notification settings

aabs/centos-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

centos-base

A simple IAC build system to establish a centos VM image suitable for secure use

Development environment

You will need to install:

  • make or nmake to run the Makefile
  • packer
  • virtualbox to create the virtualbox-iso builder
  • Hyper-V

You will also need to do the following:

  • Add yourself to the Hyper-V Administrators group on your machine
  • Run the VS Command Prompt as Administrator

temporary dumping ground

{
  "type": "shell",
  "inline":[
    "mkdir -p /tmp/ansible"
  ]
},
{
  "type": "file",
  "source": "./ansible/",
  "destination": "/tmp/ansible/",
  "direction": "upload"
},
{
  "type": "shell",
  "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
  "script": "scripts/cis-ansible.sh"
}

About

A simple IAC build system to establish a centos VM image suitable for secure use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published