Skip to content

Instantly share code, notes, and snippets.

View waltervargas's full-sized avatar
🎯
BioHacking(self)

Walter Vargas waltervargas

🎯
BioHacking(self)
View GitHub Profile
---
AWSTemplateFormatVersion: '2010-09-09'
Description: Jenkins Bootstrapping Template
Metadata:
Version: '0.0.1'
Stack: 0
AWS::CloudFormation::Interface:
ParameterGroups:
- Parameters:
- StackPrefix
@waltervargas
waltervargas / ansible-role-test.sh
Created May 7, 2017 20:09 — forked from geerlingguy/ansible-role-test.sh
Ansible Role Test Shim Script
#!/bin/bash
#
# Ansible role test shim.
#
# Usage: [OPTIONS] ./tests/test.sh
# - distro: a supported Docker distro version (default = "centos7")
# - playbook: a playbook in the tests directory (default = "test.yml")
# - cleanup: whether to remove the Docker container (default = true)
# - container_id: the --name to set for the container (default = timestamp)