Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
d6c4017a
Commit
d6c4017a
authored
9 years ago
by
kikiyou
Committed by
ibuler
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使示例可以正确运行 (#237)
为了安全pattern=空,后示例代码无法使用,运行示例时加上pattern='*',使示例可以返回正确的结果
parent
b7be5d14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ansible_api.py
jperm/ansible_api.py
+2
-2
No files found.
jperm/ansible_api.py
View file @
d6c4017a
...
@@ -493,8 +493,8 @@ if __name__ == "__main__":
...
@@ -493,8 +493,8 @@ if __name__ == "__main__":
# # "ansible_become_user": "root",
# # "ansible_become_user": "root",
# "ansible_become_pass": "yusky0902",
# "ansible_become_pass": "yusky0902",
}]
}]
cmd
=
Command
(
resource
)
cmd
.
run
(
'ls'
,
pattern
=
'*'
)
print
cmd
.
r
un
(
'ls'
)
print
cmd
.
r
esults_raw
# resource = [{"hostname": "192.168.10.148", "port": "22", "username": "root", "password": "xxx"}]
# resource = [{"hostname": "192.168.10.148", "port": "22", "username": "root", "password": "xxx"}]
# task = Tasks(resource)
# task = Tasks(resource)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment