mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 09:12:09 +00:00
update ansible_api, and update perm_list_user view
This commit is contained in:
parent
c26594a3ec
commit
c49a02d1c5
@ -354,7 +354,7 @@ class App(MyPlaybook):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
resource = [{"hostname": "192.168.10.128", "port": "22", "username": "root", "password": "yusky0902"}]
|
||||
resource = [{"hostname": "192.168.10.128", "port": "22", "username": "root", "password": "xxx"}]
|
||||
# playbook = MyPlaybook(resource)
|
||||
# playbook.run('test.yml')
|
||||
# print playbook.raw_results
|
||||
|
Loading…
Reference in New Issue
Block a user