Skip to content

Instantly share code, notes, and snippets.

@simonmcc
Created August 4, 2015 09:15
Show Gist options
  • Save simonmcc/6a32603b9a21974f8078 to your computer and use it in GitHub Desktop.
Save simonmcc/6a32603b9a21974f8078 to your computer and use it in GitHub Desktop.
==> head0001: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/mccartsi/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='head0001' --inventory-file=myInventory --sudo demo.yml
PLAY [all] ********************************************************************
TASK: [ping ] *****************************************************************
ok: [head0001]
TASK: [shell uname -a] ********************************************************
changed: [head0001]
TASK: [debug var=UNAME] *******************************************************
ok: [head0001] => {
"var": {
"UNAME": {
"changed": true,
"cmd": "uname -a",
"delta": "0:00:00.002417",
"end": "2015-08-04 09:15:06.717636",
"invocation": {
"module_args": "uname -a",
"module_name": "shell"
},
"rc": 0,
"start": "2015-08-04 09:15:06.715219",
"stderr": "",
"stdout": "Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux",
"stdout_lines": [
"Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
],
"warnings": []
}
}
}
PLAY RECAP ********************************************************************
head0001 : ok=3 changed=1 unreachable=0 failed=0
==> head0002: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/mccartsi/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='head0002' --inventory-file=myInventory --sudo demo.yml
PLAY [all] ********************************************************************
TASK: [ping ] *****************************************************************
ok: [head0002]
TASK: [shell uname -a] ********************************************************
changed: [head0002]
TASK: [debug var=UNAME] *******************************************************
ok: [head0002] => {
"var": {
"UNAME": {
"changed": true,
"cmd": "uname -a",
"delta": "0:00:00.002618",
"end": "2015-08-04 09:15:08.112193",
"invocation": {
"module_args": "uname -a",
"module_name": "shell"
},
"rc": 0,
"start": "2015-08-04 09:15:08.109575",
"stderr": "",
"stdout": "Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux",
"stdout_lines": [
"Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
],
"warnings": []
}
}
}
PLAY RECAP ********************************************************************
head0002 : ok=3 changed=1 unreachable=0 failed=0
==> head0003: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/mccartsi/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='head0003' --inventory-file=myInventory --sudo demo.yml
PLAY [all] ********************************************************************
TASK: [ping ] *****************************************************************
ok: [head0003]
TASK: [shell uname -a] ********************************************************
changed: [head0003]
TASK: [debug var=UNAME] *******************************************************
ok: [head0003] => {
"var": {
"UNAME": {
"changed": true,
"cmd": "uname -a",
"delta": "0:00:00.002795",
"end": "2015-08-04 09:15:09.521365",
"invocation": {
"module_args": "uname -a",
"module_name": "shell"
},
"rc": 0,
"start": "2015-08-04 09:15:09.518570",
"stderr": "",
"stdout": "Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux",
"stdout_lines": [
"Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
],
"warnings": []
}
}
}
PLAY RECAP ********************************************************************
head0003 : ok=3 changed=1 unreachable=0 failed=0
==> cpu0001: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/mccartsi/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='cpu0001' --inventory-file=myInventory --sudo demo.yml
PLAY [all] ********************************************************************
TASK: [ping ] *****************************************************************
ok: [cpu0001]
TASK: [shell uname -a] ********************************************************
changed: [cpu0001]
TASK: [debug var=UNAME] *******************************************************
ok: [cpu0001] => {
"var": {
"UNAME": {
"changed": true,
"cmd": "uname -a",
"delta": "0:00:00.002320",
"end": "2015-08-04 09:15:11.086910",
"invocation": {
"module_args": "uname -a",
"module_name": "shell"
},
"rc": 0,
"start": "2015-08-04 09:15:11.084590",
"stderr": "",
"stdout": "Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux",
"stdout_lines": [
"Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
],
"warnings": []
}
}
}
PLAY RECAP ********************************************************************
cpu0001 : ok=3 changed=1 unreachable=0 failed=0
==> cpu0002: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/mccartsi/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='cpu0002' --inventory-file=myInventory --sudo demo.yml
PLAY [all] ********************************************************************
TASK: [ping ] *****************************************************************
ok: [cpu0002]
TASK: [shell uname -a] ********************************************************
changed: [cpu0002]
TASK: [debug var=UNAME] *******************************************************
ok: [cpu0002] => {
"var": {
"UNAME": {
"changed": true,
"cmd": "uname -a",
"delta": "0:00:00.002264",
"end": "2015-08-04 09:15:12.477022",
"invocation": {
"module_args": "uname -a",
"module_name": "shell"
},
"rc": 0,
"start": "2015-08-04 09:15:12.474758",
"stderr": "",
"stdout": "Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux",
"stdout_lines": [
"Linux precise64 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux"
],
"warnings": []
}
}
}
PLAY RECAP ********************************************************************
cpu0002 : ok=3 changed=1 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment