Skip to content

Instantly share code, notes, and snippets.

View shreddedbacon's full-sized avatar

Ben Jackson shreddedbacon

View GitHub Profile
@shreddedbacon
shreddedbacon / manifest.yml
Created June 7, 2017 01:48 — forked from drnic/manifest.yml
BOSH deployment manifest - AWS
name: redis
director_uuid: 2ce88742-5da6-406e-93da-8d4fa9b8fa27
releases:
- name: redis
version: latest
compilation:
workers: 6
network: redis1
reuse_compilation_vms: true
cloud_properties:
@shreddedbacon
shreddedbacon / manifest.yml
Last active June 13, 2017 23:08 — forked from mkb/manifest.yml
BOSH deployment manifest - AWS
name: redis
releases:
- name: redis
version: latest
update:
canaries: 1
max_in_flight: 50
canary_watch_time: 1000-100000
update_watch_time: 1000-100000
@shreddedbacon
shreddedbacon / README.md
Created August 10, 2019 06:26 — forked from shawnsi/README.md
Ansible Vault Environment Variable

Ansible Vault Environment Variable

Per http://docs.ansible.com/ansible/playbooks_vault.html you can set an environment variable to use a password file for vault access. We can use this to create an environment variable to hold the password.

Password Script

Copy vault-env from this project to ~/bin. Then add this to your ~/.bashrc:

export ANSIBLE_VAULT_PASSWORD_FILE=~/bin/vault-env