diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-08-24 00:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-24 00:41:04 +0000 |
commit | c58b0ca140ca0edb33e78e221a04d9e1aadd8234 (patch) | |
tree | ed6fcecd4f9ae299dcff93aeb651c38f46881190 /tests/data/hosts | |
parent | c1c6db0e40c835b631cb6484146b3aa29ba558a5 (diff) | |
parent | 60cee12c6ea236516da78438f43aa7afb4efd375 (diff) |
Merge "Add ansible_api so that python call ansible playbook by api."
Diffstat (limited to 'tests/data/hosts')
-rw-r--r-- | tests/data/hosts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/hosts b/tests/data/hosts new file mode 100644 index 00000000..0a0ac539 --- /dev/null +++ b/tests/data/hosts @@ -0,0 +1,2 @@ +[sample_group_name] +127.0.0.1 |