Creates merge request on Gitlab for you
Download it, add executable perms and place into PATH:
# Place it into ~/.bin
mkdir ~/.bin| # Quick script to configure routes for a VPC peering connection | |
| # Searches a region for all peering connection and prompts to choose one | |
| # Configures routes between the peered networks for all routing tables | |
| # STS/AssumeRole not implemented cross-account peering. Instead, | |
| # Choose accepter/requestor depending on which credentials are set in the environment | |
| # Enter either IPv4 and IPv6 route destinations | |
| # Example usage: | |
| # ( Assuming boto credentials are configured) | |
| # $ pip install boto3 | |
| # $ python3.6 peer_routes.py |
| docker run --publish=8080:8080 mbirkner/docker-jenkins-job-dsl |
| #!/usr/bin/env python | |
| """ | |
| Warm the caches of your website by crawling each page defined in sitemap.xml. | |
| To use, download this file and make it executable. Then run: | |
| ./cache-warmer.py --threads 4 --file /data/web/public/sitemap.xml -v | |
| """ | |
| import argparse | |
| import multiprocessing.pool as mpool | |
| import os.path | |
| import re |
If you'd like to experiment with Terraform on macOS locally, a great provider for doing so is the Docker provider. You can get set up in a few simple steps, like so:
Install Docker for Mac if you have not already.