I hereby claim:
- I am kaz-tk on github.
- I am kaztk (https://keybase.io/kaztk) on keybase.
- I have a public key ASBk2-GDKoWkY0jxgT9tcq-R3a3z0Jmk-nOPQ-NolqFDyAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ARGS=$1 | |
| d=$(date +%Y%m%d-%H%M%S-%3N) | |
| export > /tmp/calico-${d}-env | |
| echo $@ > /tmp/calico-${d}-args | |
| buf="" | |
| if [ -p /dev/stdin ];then | |
| buf=$(cat -) |
I hereby claim:
To claim this, I am signing this object:
| Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 |
| ■Skypeダイスボットの導入について | |
| ・本サービスはまだSkypeの最新の技術を用いて、実装しているためβ版です | |
| ・上記のことも有り、Skype側の実装も微妙な感じです | |
| ・たまーに、私のMacはSkypeごとクラッシュして、履歴が一度なくなります | |
| クラッシュするとサーバーに取りに行くので復旧に時間がかかりますが、元には戻ります | |
| iPhone/Androidだと起こってない現象です | |
| "bigip": { | |
| "ansible_facts": { | |
| "interface": { | |
| "1.1": { | |
| "active_media": "MT_NONE", | |
| "actual_flow_control": "FLOW_CONTROL_PAUSE_NONE", | |
| "bundle_state": "INTERFACE_BUNDLE_NOT_SUPPORTED", | |
| "description": "", | |
| "dual_media_state": "STATE_DISABLED", | |
| "enabled_state": "STATE_ENABLED", |
| "bigip": { | |
| "ansible_facts": { | |
| "address_class": { | |
| "/Common/aol": { | |
| "address_class": [ | |
| [ | |
| { | |
| "address": "64.12.96.0", | |
| "netmask": "255.255.224.0" | |
| }, |
| ar 24 2015 23:11:02 - OK - {"module_name": "debug", "module_args": "var=job_yum_install"} => {"verbose_always": true, "job_yum_install": {"msg": "All items completed", "changed": false, "results": [{"ansible_job_id": "591709891437.1559", "started": 1, "changed": false, "item": "rpm-build", "finished": 0, "results_file": "/root/.ansible_async/591709891437.1559", "invocation": {"module_name": "async_status", "module_args": "jid=591709891437.1559"}}, {"ansible_job_id": "591709891437.1559", "started": 1, "changed": false, "item": "zlib-devel", "finished": 0, "results_file": "/root/.ansible_async/591709891437.1559", "invocation": {"module_name": "async_status", "module_args": "jid=591709891437.1559"}}, {"ansible_job_id": "591709891437.1559", "started": 1, "changed": false, "item": "openssl-devel", "finished": 0, "results_file": "/root/.ansible_async/591709891437.1559", "invocation": {"module_name": "async_status", "module_args": "jid=591709891437.1559"}}, {"ansible_job_id": "591709891437.1559", "started": 1, "chan |
| - name: ansible v2 の新機能を試してみよう | |
| gather_facts: False | |
| tasks: | |
| - block: | |
| - debug: msg='try相当' | |
| - action: debug msg=block1_play1 | |
| - action: debug msg=block1_play2 | |
| - command: /bin/false | |
| - debug: msg='ここには到達しない' |