I hereby claim:
- I am jbgo on github.
- I am jbgo (https://keybase.io/jbgo) on keybase.
- I have a public key ASCOGmjHuFYxXyNbS9vmTZZ5vYFKGbbbB49N_sFmxb_WCQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [nadroj:/opt/ansible/test/runner (fix_ec2_group_rules)⚡] ➔ ./ansible-test integration ec2_group | |
| Running ec2_group integration test role | |
| [WARNING]: The `junit_xml` python module is not installed. Disabling the `junit` callback plugin. | |
| PLAY [amazon] *********************************************************************************************************************************************************************** | |
| TASK [Gathering Facts] ************************************************************************************************************************************************************** | |
| ok: [localhost] |
| # This file is the heart of your application's habitat. | |
| # See full docs at https://www.habitat.sh/docs/reference/plan-syntax/ | |
| # Required. | |
| # Sets the name of the package. This will be used in along with `pkg_origin`, | |
| # and `pkg_version` to define the fully-qualified package name, which determines | |
| # where the package is installed to on disk, how it is referred to in package | |
| # metadata, and so on. | |
| pkg_name=ruby |
| SHELL = /bin/bash | |
| WORKDIR = /vagrant | |
| PSQL = sudo -u postgres psql | |
| DBNAME = changeme | |
| DBUSER = changeme_user | |
| DBPASS = secret | |
| db/console: | |
| $(PSQL) $(DBNAME) |
| tasks: | |
| - name: Verify that the NFS imagesshare is mounted | |
| mount: > | |
| name=/images | |
| src=nfs.example.com:/srv/images | |
| state=mounted | |
| fstype=ext4 |
| --- | |
| - name: Install a new client (https://confluence.example.com/foo/bar/biz-baz) | |
| hosts: app.example.com | |
| gather_facts: false | |
| tasks: | |
| - name: Verify that the NFS images share is mounted | |
| shell: "df -h | grep nfs.example.com:/srv/images" | |
| register: nfs_check | |
| changed_when: false |
| --- | |
| - name: Install a new client (https://confluence.example.com/foo/bar/biz-baz) | |
| hosts: app.example.com | |
| gather_facts: false | |
| tasks: | |
| - name: Verify that the images NFS share is mounted | |
| shell: "df -h | grep nfs.example.com:/srv/images" | |
| register: nfs_check | |
| ignore_errors: yes |
| // ==UserScript== | |
| // @name Trello Card Links | |
| // @namespace https://opensolitude.com/ | |
| // @version 0.2 | |
| // @description Adds support for markdown hyperlink syntax in your Trello card titles. | |
| // @author Jordan Bach | |
| // @match https://trello.com/* | |
| // @grant none | |
| // ==/UserScript== |
| POST rolodex/people/_bulk | |
| {"index":{}} | |
| {"first_name":"elit","last_name":"orci"} | |
| {"index":{}} | |
| {"first_name":"diam","last_name":"habitant"} | |
| {"index":{}} | |
| {"first_name":"quis","last_name":"scelerisque"} | |
| {"index":{}} | |
| {"first_name":"ligula","last_name":"Nunc"} | |
| {"index":{}} |