mirror of https://github.com/ansible/ansible.git
Merge branch 'master' into localconnection
Merge the SortedOptParser bits and debug attribute commits into localconnection. Conflicts: bin/ansible lib/ansible/playbook.py lib/ansible/runner.py lib/ansible/utils.pypull/132/head
commit
0675f2511b
@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
|
||||||
|
#
|
||||||
|
# This file is part of Ansible
|
||||||
|
#
|
||||||
|
# Ansible is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Ansible is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
### THIS FILE IS FOR REFERENCE OR FUTURE USE ###
|
||||||
|
|
||||||
|
# See lib/ansible/runner.py for implementation of the fetch functionality #
|
||||||
|
|
@ -1,322 +0,0 @@
|
|||||||
{
|
|
||||||
"events": [
|
|
||||||
"start",
|
|
||||||
[
|
|
||||||
"play start",
|
|
||||||
[
|
|
||||||
"all"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"answer": "Wuh, I think so, Brain, but if we didn't have ears, we'd look like weasels.",
|
|
||||||
"changed": true,
|
|
||||||
"metadata": "/etc/ansible/setup",
|
|
||||||
"port": "5150",
|
|
||||||
"written": "/etc/ansible/setup"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"import",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
"/home/mdehaan/ansible/test/common_vars.yml"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"import",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
"/home/mdehaan/ansible/test/CentOS.yml"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"answer": "Wuh, I think so, Brain, but if we didn't have ears, we'd look like weasels.",
|
|
||||||
"changed": true,
|
|
||||||
"cow": "moo",
|
|
||||||
"duck": "quack",
|
|
||||||
"metadata": "/etc/ansible/setup",
|
|
||||||
"port": "5150",
|
|
||||||
"testing": "default",
|
|
||||||
"written": "/etc/ansible/setup"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test basic success command",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": [
|
|
||||||
"/bin/true"
|
|
||||||
],
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test basic success command 2",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": [
|
|
||||||
"/bin/true"
|
|
||||||
],
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test basic shell, plus two ways to dereference a variable",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "echo $HOME 5150 5150 ",
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": "/root 5150 5150"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test vars_files imports",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "echo quack moo default ",
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": "quack moo default"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test copy",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"group": "root",
|
|
||||||
"mode": 420,
|
|
||||||
"path": "/tmp/ansible_test_data_copy.out",
|
|
||||||
"state": "file",
|
|
||||||
"user": "root"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"notify",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
"on change 1"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"test template",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"group": "root",
|
|
||||||
"mode": 420,
|
|
||||||
"path": "/tmp/ansible_test_data_template.out",
|
|
||||||
"state": "file",
|
|
||||||
"user": "root"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"notify",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
"on change 1"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"notify",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
"on change 2"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"async poll test",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"started": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"started": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"async poll",
|
|
||||||
[
|
|
||||||
"127.0.0.2"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "sleep 5 ",
|
|
||||||
"finished": 1,
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"this should be skipped",
|
|
||||||
false
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"skipped",
|
|
||||||
[
|
|
||||||
"127.0.0.2"
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"on change 1",
|
|
||||||
true
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "echo 'this should fire once' ",
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": "this should fire once"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "echo 'this should fire once' ",
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": "this should fire once"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"task start",
|
|
||||||
[
|
|
||||||
"on change 2",
|
|
||||||
true
|
|
||||||
]
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"ok",
|
|
||||||
[
|
|
||||||
"127.0.0.2",
|
|
||||||
{
|
|
||||||
"changed": true,
|
|
||||||
"cmd": "echo 'this should fire once also' ",
|
|
||||||
"rc": 0,
|
|
||||||
"stderr": "",
|
|
||||||
"stdout": "this should fire once also"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
],
|
|
||||||
"results": {
|
|
||||||
"127.0.0.2": {
|
|
||||||
"changed": 9,
|
|
||||||
"failures": 0,
|
|
||||||
"ok": 12,
|
|
||||||
"skipped": 1,
|
|
||||||
"unreachable": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue