Skip to content

Instantly share code, notes, and snippets.

@mikemfleming
mikemfleming / list
Last active October 9, 2017 21:16
what i learned from node interactive 2017
*********************************************
SLIDES ARE AVAILABLE ONLINE ... MOSTLY
'http://events.linuxfoundation.org/events/node-interactive/program/agenda'
*********************************************
// there is a node certification coming
'https://nodejs.org/en/foundation/education/'
// interesting talks
- 'taking your server to ludicrous speed': 'http://sched.co/AtiP'
@darahayes
darahayes / ansible_kms_encrypt_decrypt.md
Last active February 18, 2024 18:57
KMS Encrypt and Decrypt filters in Ansible

KMS Encrypt and Decrypt Filters for Ansible

This Gist shows how you can encrypt/decrypt variables with KMS during your Ansible playbook execution. While google searching I couldn't find anything useful on the subject.

Let's say your project has a folder of playbooks called plays.

In that folder, create a folder called filter_plugins and insert kms_filters.py (included in this gist)