forked from ungleich-public/cdist
+ideas +callback.py
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
e49ccedeff
commit
4ff34a7aa8
2 changed files with 58 additions and 0 deletions
|
|
@ -24,3 +24,5 @@ import os
|
|||
|
||||
# SSH_CLIENT and SSH_CONNECTION available
|
||||
src_ip = os.environ['SSH_CLIENT'].split()[0]
|
||||
|
||||
print("Plain version: Connecting back to %s" % src_ip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue