-
-
Save simonmcc/6a32603b9a21974f8078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> 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 ] ***************************************************************** | |
[0;32mok: [head0001][0m | |
TASK: [shell uname -a] ******************************************************** | |
[0;33mchanged: [head0001][0m | |
TASK: [debug var=UNAME] ******************************************************* | |
[0;32mok: [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": [] | |
} | |
} | |
}[0m | |
PLAY RECAP ******************************************************************** | |
[0;33mhead0001[0m : [0;32mok[0m[0;32m=[0m[0;32m3[0m [0;33mchanged[0m[0;33m=[0m[0;33m1[0m 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 ] ***************************************************************** | |
[0;32mok: [head0002][0m | |
TASK: [shell uname -a] ******************************************************** | |
[0;33mchanged: [head0002][0m | |
TASK: [debug var=UNAME] ******************************************************* | |
[0;32mok: [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": [] | |
} | |
} | |
}[0m | |
PLAY RECAP ******************************************************************** | |
[0;33mhead0002[0m : [0;32mok[0m[0;32m=[0m[0;32m3[0m [0;33mchanged[0m[0;33m=[0m[0;33m1[0m 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 ] ***************************************************************** | |
[0;32mok: [head0003][0m | |
TASK: [shell uname -a] ******************************************************** | |
[0;33mchanged: [head0003][0m | |
TASK: [debug var=UNAME] ******************************************************* | |
[0;32mok: [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": [] | |
} | |
} | |
}[0m | |
PLAY RECAP ******************************************************************** | |
[0;33mhead0003[0m : [0;32mok[0m[0;32m=[0m[0;32m3[0m [0;33mchanged[0m[0;33m=[0m[0;33m1[0m 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 ] ***************************************************************** | |
[0;32mok: [cpu0001][0m | |
TASK: [shell uname -a] ******************************************************** | |
[0;33mchanged: [cpu0001][0m | |
TASK: [debug var=UNAME] ******************************************************* | |
[0;32mok: [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": [] | |
} | |
} | |
}[0m | |
PLAY RECAP ******************************************************************** | |
[0;33mcpu0001[0m : [0;32mok[0m[0;32m=[0m[0;32m3[0m [0;33mchanged[0m[0;33m=[0m[0;33m1[0m 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 ] ***************************************************************** | |
[0;32mok: [cpu0002][0m | |
TASK: [shell uname -a] ******************************************************** | |
[0;33mchanged: [cpu0002][0m | |
TASK: [debug var=UNAME] ******************************************************* | |
[0;32mok: [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": [] | |
} | |
} | |
}[0m | |
PLAY RECAP ******************************************************************** | |
[0;33mcpu0002[0m : [0;32mok[0m[0;32m=[0m[0;32m3[0m [0;33mchanged[0m[0;33m=[0m[0;33m1[0m unreachable=0 failed=0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment