This file contains 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 | |
set -o pipefail | |
YK_MFA_NAME=$1 | |
BASE_PROFILE=$2 | |
AWS_CREDENTIALS_FILE="$HOME/.aws/credentials" | |
function get_missing_base_info() { |
This file contains 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
# | |
# Creates Ubuntu VM and installs GitLab 7.8.4 | |
# Install documentation can be found here: https://about.gitlab.com/downloads/ | |
Vagrant.configure(2) do |config| | |
config.vm.box = 'ubuntu_cim_1404' | |
config.vm.box_url 'https://cloud-images.ubuntu.com/vagrant/trusty/current/'\ | |
'trusty-server-cloudimg-amd64-vagrant-disk1.box' | |
config.vm.network 'forwarded_port', guest: 80, host: 8080 |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am soblom on github. | |
* I am soblom (https://keybase.io/soblom) on keybase. | |
* I have a public key whose fingerprint is D584 67C1 D3A8 3F63 AED9 7208 36A9 F514 DC53 BD5E | |
To claim this, I am signing this object: |