I hereby claim:
- I am kmf on github.
- I am kmf (https://keybase.io/kmf) on keybase.
- I have a public key whose fingerprint is E8B5 2C5E 3CC7 7D85 4C1A BC05 3749 3CA2 C9BF 4BFE
To claim this, I am signing this object:
require 'csv' | |
require 'json' | |
require "set" | |
json = JSON.parse(File.open(ARGV[0]).read)["results"] | |
# Pass 1: Collect headings | |
headings = SortedSet.new | |
json.each do |hash| | |
headings.merge(hash.keys) | |
end |
driver: | |
name: ec2 | |
image_search: | |
name: Windows_Server-2016-English-Full-Base-* | |
region: eu-west-1 | |
subnet_id: subnet-3615b351 | |
instance_type: t2.micro | |
aws_ssh_key_id: kitchen | |
security_group_ids: | |
- sg-496eaa31 |
set nocompatible " be iMproved, required | |
filetype off " required | |
syntax on | |
set background=dark | |
set encoding=UTF-8 | |
let mapleader = "\<Space>" | |
set number relativenumber | |
set guifont=MesloLGSNerdFontComplete-Regular:h18 | |
set path+=** |
[2019-05-16T20:18:38+00:00] DEBUG: Reading products and relationships... | |
[2019-05-16T20:18:38+00:00] DEBUG: Successfully read products and relationships | |
[2019-05-16T20:18:38+00:00] DEBUG: Searching for the following licenses: ["infra-client", "inspec"] | |
[2019-05-16T20:18:38+00:00] DEBUG: Found license chef_infra_client at /etc/chef/accepted_licenses/chef_infra_client | |
[2019-05-16T20:18:38+00:00] DEBUG: Found license inspec at /etc/chef/accepted_licenses/inspec | |
[2019-05-16T20:18:38+00:00] DEBUG: Missing licenses remaining: [] | |
[2019-05-16T20:18:38+00:00] DEBUG: All licenses present | |
[2019-05-16T20:18:38+00:00] DEBUG: Running Ohai with the following configuration: {:logger=>Chef::Log} | |
Starting Chef Infra Client, version 15.0.293 | |
[2019-05-16T20:18:38+00:00] INFO: *** Chef Infra Client 15.0.293 *** |
# Encoding: utf-8 | |
Ohai.plugin(:Processes) do | |
provides 'processes' | |
collect_data(:linux) do | |
processes Mash.new | |
so = shell_out('ps -axco command,pid,euser') | |
so.stdout.lines do |line| |
Verifying my Blockstack ID is secured with the address 13zWJbNRNrkPfRUkrpEhm6tZFRwAPKShez https://explorer.blockstack.org/address/13zWJbNRNrkPfRUkrpEhm6tZFRwAPKShez |
driver: | |
synced_folders: [ | |
["./chef-installer", "/tmp/chef-installer"] | |
] | |
provisioner: | |
chef_omnibus_url: file:///tmp/chef-installer/install.sh # curl can accept a local file:// url |
[ | |
"*", | |
{ | |
"type": "submit", | |
"title": "OK" | |
} | |
] |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
# SSHplus | |
# A remote connect utlity, sshmenu compatible clone, and application starter. | |
# | |
# (C) 2011 Anil Gulecha | |
# Based on sshlist, incorporating changes by Benjamin Heil's simplestarter | |
# | |
# This program is free software: you can redistribute it and/or modify |
I hereby claim:
To claim this, I am signing this object: