all
(or*
)- hostname:
foo.example.com
- groupname:
webservers
- or:
webservers:dbserver
- exclude:
webserver:!phoenix
- intersection:
webservers:&staging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packer has the ability to import Virtualbox OVA artifacts into AWS | |
using Amazons Import/Export feature. There are a number of prerequisites, | |
the setup of which are detailed below. | |
1. Create an S3 bucket to hold uploaded temporary build artifacts | |
$ aws s3 mb s3://my-organisation.com-eu-west-1-vmimport-bucket --region eu-west-1 | |
make_bucket: s3://my-organisation.com-eu-west-1-vmimport-bucket/ | |
-
Play with Docker classroom http://training.play-with-docker.com/alacart/
-
Docker for Developers Stage 1 http://training.play-with-docker.com/dev-stage1/
-
Docker for Beginners - Linux http://training.play-with-docker.com/beginner-linux/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |