mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Add salt-ssh script
This commit is contained in:
parent
041e34b7aa
commit
9b40510bb2
1 changed files with 10 additions and 0 deletions
10
scripts/salt-ssh
Executable file
10
scripts/salt-ssh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
'''
|
||||
Execute the salt ssh system
|
||||
'''
|
||||
|
||||
from salt.scripts import salt_ssh
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
salt_ssh()
|
Loading…
Add table
Reference in a new issue