Skip to content

Instantly share code, notes, and snippets.

View michael-dev2rights's full-sized avatar

Michael De La Rue michael-dev2rights

View GitHub Profile
@michael-dev2rights
michael-dev2rights / ansible_integration_iam.json.j2
Last active June 6, 2017 18:17
Policy for running ansible integration tests
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1489152727000",
"Effect": "Allow",
"Action": [
"ec2:Describe*"
],
"Resource": [
@michael-dev2rights
michael-dev2rights / backup-github.conf.example
Last active May 31, 2024 23:23 — forked from rodw/backup-github.sh
A simple script to backup an organization's GitHub repositories, wikis and issues.
#This is an example configuration file. You must set the values marked <CHANGE-ME>
GHBU_ORG="<CHANGE-ME>" # the GitHub organization whose repos will be backed up
# (if you're backing up a user's repos instead, this should be your GitHub username)
GHBU_UNAME="<CHANGE-ME>" # the username of a GitHub account (to use with the GitHub API)
GHBU_PASSWD="<CHANGE-ME>" # the password for that account
#The following are default values. Change and uncomment if you want to alter the default.
#GHBU_BACKUP_DIR="github-backups" # where to place the backup files