Skip to content

Instantly share code, notes, and snippets.

@CaptainStealthy
CaptainStealthy / AWX_Building_Custom_EE.md
Last active April 13, 2025 14:19
Ansible/AWX - Building a custom execution environment for Windows server management using ansible-builder v3

TL;DR

Need to build a custom EE for AWX? I needed to do it for managing Windows hosts, but if you need any extra Python modules or Ansible collections, check out the other file snippets.

Build Steps

Environment Setup

Install Python 3 (3.12 is latest as of this writing)

@AfroThundr3007730
AfroThundr3007730 / add-dod-certs.sh
Last active May 1, 2025 04:11
Import DoD root certificates into linux CA store
#!/bin/bash
# Imports DoD root certificates into Linux CA store
# Version 0.4.2 updated 20250425 by AfroThundr
# SPDX-License-Identifier: GPL-3.0-or-later
# For issues or updated versions of this script, browse to the following URL:
# https://gist.github.com/AfroThundr3007730/ba99753dda66fc4abaf30fb5c0e5d012
# Dependencies: curl gawk openssl unzip wget