All Projects → dockpack → dockpack

dockpack / dockpack

Licence: MIT license
This project uses ansible, packer and vagrant to create an agile lab.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dockpack

arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (+153.85%)
Mutual labels:  vagrant, ansible-playbook, packer
Nixbox
NixOS Vagrant boxes [[email protected]]
Stars: ✭ 189 (+1353.85%)
Mutual labels:  vagrant, packer
Windows Vagrant
Windows 2012R2/10/2016/2019 Base Vagrant Box (https://app.vagrantup.com/rgl)
Stars: ✭ 169 (+1200%)
Mutual labels:  vagrant, packer
proxmox-ve
Proxmox VE Vagrant Base Box
Stars: ✭ 70 (+438.46%)
Mutual labels:  vagrant, packer
Adfs2
Multi Vagrant environment with Active Directory
Stars: ✭ 117 (+800%)
Mutual labels:  vagrant, packer
Packer Windoze
Packer templates to create Windows vagrant box images
Stars: ✭ 117 (+800%)
Mutual labels:  vagrant, packer
Packer Templates
Scripts and Templates used for generating Vagrant images
Stars: ✭ 219 (+1584.62%)
Mutual labels:  vagrant, packer
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (+623.08%)
Mutual labels:  vagrant, packer
Packer
Packer helpers and templates for Docker, IIS, SQL Server and Visual Studio on Windows and Ubuntu
Stars: ✭ 242 (+1761.54%)
Mutual labels:  vagrant, packer
Detectionlab
Automate the creation of a lab environment complete with security tooling and logging best practices
Stars: ✭ 3,237 (+24800%)
Mutual labels:  vagrant, packer
packer-centos
Create CentOS images for different hypervisors with Packer
Stars: ✭ 18 (+38.46%)
Mutual labels:  vagrant, packer
windows-docker-desktop-box
Vagrant box to test Docker Desktop with Linux/Windows containers
Stars: ✭ 17 (+30.77%)
Mutual labels:  vagrant, packer
Packer Ubuntu 1804
This build has been moved - see README.md
Stars: ✭ 101 (+676.92%)
Mutual labels:  vagrant, packer
Infrastructure As Code Tutorial
Infrastructure As Code Tutorial. Covers Packer, Terraform, Ansible, Vagrant, Docker, Docker Compose, Kubernetes
Stars: ✭ 1,954 (+14930.77%)
Mutual labels:  vagrant, packer
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (+623.08%)
Mutual labels:  vagrant, packer
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+1430.77%)
Mutual labels:  vagrant, packer
manjaro-playbook
Manjaro/Arch Linux Ansible provision playbook
Stars: ✭ 25 (+92.31%)
Mutual labels:  vagrant, ansible-playbook
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (+523.08%)
Mutual labels:  vagrant, packer
Packer Templates
Stars: ✭ 90 (+592.31%)
Mutual labels:  vagrant, packer
Packer Centos 7
This build has been moved - see README.md
Stars: ✭ 223 (+1615.38%)
Mutual labels:  vagrant, packer

dockpack

This project uses packer and vagrant to create an agile lab, a secure devops environment where ansible is used to spawn all systems from code.

Secure from the start.

The first secured artifact is a DISA-STIG compliant Centos6 linux. The hardened Centos6 box can be used separately in other projects using vagrant:

vagrant init -m dockpack/centos6
vagrant up

That will download the box for VirtualBox or VMWare from Vagrant Cloud.

Development cycle for centos7

Check the Makefile

Export these in the environment so packer can validate the dockpack-centos7.json file:

export ARM_RESOURCE_GROUP=you_group_it
export ARM_SUBSCRIPTION_ID=your_bogus
export ARM_STORAGE_ACCOUNT=you_store_it
export ARM_CLIENT_SECRET=your_bogus
export ARM_TENNANT_ID=your_bogus
export ARM_CLIENT_ID=your_bogus

@bbaassssiiee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].