Skip to content

Instantly share code, notes, and snippets.

@landonc
Created February 25, 2019 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save landonc/cd0e163531be17fbe60a47839db4f5a6 to your computer and use it in GitHub Desktop.
Save landonc/cd0e163531be17fbe60a47839db4f5a6 to your computer and use it in GitHub Desktop.
Automated system to build base OS images to be used as GOLDEN images for deployments
Components
Gitlab
- Provide CI/CD
- Orchestrate Packer to run based on config file changes
- Capture windows image
- Export OVFs (Linux and Windows)
Packer
- Create the base image
- Launch an Ansible remote
Ansible (Remote)
- Run commands on the base OS to:
- patch the OS
- Install packages
- deploy hardening baseline
- Windows
- Launch an MDT capture process
- https://winsysblog.com/2018/05/automating-mdt-windows-10-image-captures-with-packer.html
Windows MDT server (for windows WIM creation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment