I hereby claim:
- I am bubba-h57 on github.
- I am bubba (https://keybase.io/bubba) on keybase.
- I have a public key whose fingerprint is 1691 BA56 FFB2 145F 23C6 C35E B87C 621E 8E0D 93B1
To claim this, I am signing this object:
| --- | |
| - name: "Get Timestamp on Local Host" | |
| hosts: localhost | |
| gather_facts: False | |
| tasks: | |
| - name: "Setting Time Stamp" | |
| set_fact: | |
| time_stamp: "{{ lookup('pipe', 'date +%Y%m%d%H%M%S') }}" | |
| - name: "Now we can go to work." |
| FUNCTION_ROLE="arn:aws:iam::123456789097531:role/lambda_basic_execution" | |
| FUNCTION_TIMEOUT=10 | |
| AWS_REGION=us-east-1 |
| <?php | |
| /** | |
| * Close the connection to the browser but continue processing the operation | |
| * @param $body | |
| */ | |
| public function closeConnection($body, $responseCode){ | |
| // Cause we are clever and don't want the rest of the script to be bound by a timeout. | |
| // Set to zero so no time limit is imposed from here on out. | |
| set_time_limit(0); |
| # vagrant-apache - manages our apache service, and starts it once vagrant is ready | |
| # | |
| # Ubuntu Installation: | |
| # /usr/bin/sudo /bin/cp ./vagrant-apache.conf /etc/init/vagrant-apache.conf | |
| # /usr/bin/sudo /bin/chmod 644 /etc/init/vagrant-apache.conf | |
| # /usr/bin/sudo /bin/ln /lib/init/upstart-job /etc/init.d/vagrant-apache | |
| description "Manage Apache in Vagrant" | |
| author "Bubba Hines <rob@stechstudio.com>" |
| { | |
| "auto_indent": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
| "default_line_ending": "LF", | |
| "detect_indentation": true, | |
| "font_face": "Consolas", | |
| "font_size": 18.0, | |
| "open_files_in_new_window" : false, | |
| "ignored_packages": | |
| [ |
| <?php | |
| use Guzzle\Http\Client; | |
| /** | |
| * Simple class for logging events directly to splunk, via their API | |
| * in the generic_single_line format. | |
| * @author Bubba | |
| * | |
| */ | |
| class SplunkLogger { |
| #!/usr/bin/php | |
| <?php | |
| /** | |
| * ELBAccessToSplunk.php | |
| * | |
| * Take ELB Access logs that have been shipped to AWS S3 | |
| * and transforms them into Splunks generic_single_line | |
| * in a new composite logfile on the system, monitored | |
| * by Splunk Storm. | |
| * |
I hereby claim:
To claim this, I am signing this object:
| # manage-ephemeral - manages our ephemeral devices, if present | |
| # | |
| # Installation: | |
| # /usr/bin/sudo /bin/cp /path/to/manage-ephemeral.conf /etc/init/manage-ephemeral.conf | |
| # /usr/bin/sudo /bin/chmod 644 /etc/init/manage-ephemeral.conf | |
| # /usr/bin/sudo /bin/ln /lib/init/upstart-job /etc/init.d/manage-ephemeral | |
| description "Manage Ephemeral Devices" | |
| author "Bubba Hines <rob@stechstudio.com>" |
| body { | |
| padding:0; | |
| font:15px/1.4 Arial, sans-serif; | |
| background:#e5e5e5; | |
| } | |
| p { | |
| margin:1.4em 0 0; | |
| } | |
| ol { | |
| margin-left: 1em; |