Added project files
This commit is contained in:
39
recurshion.yaml.example
Normal file
39
recurshion.yaml.example
Normal file
@@ -0,0 +1,39 @@
|
||||
guy:
|
||||
trans_command: '/bin/sh -c'
|
||||
command: '/bin/sh'
|
||||
children:
|
||||
john:
|
||||
trans_command: '/bin/sh -c'
|
||||
command: '/bin/sh'
|
||||
children:
|
||||
yet_another:
|
||||
trans_command: '/bin/sh -c'
|
||||
command: '/bin/sh'
|
||||
children:
|
||||
another:
|
||||
command: '/bin/sh'
|
||||
alpine3:
|
||||
command: 'ssh -t root@192.168.122.117'
|
||||
children:
|
||||
alpine2:
|
||||
command: 'ssh -t root@192.168.122.202'
|
||||
children:
|
||||
alpine1:
|
||||
command: 'ssh -t root@192.168.122.169'
|
||||
children:
|
||||
proxmox_ve:
|
||||
command: 'ssh -t root@192.168.122.73'
|
||||
children:
|
||||
lxc-100:
|
||||
command: 'lxc-console 100'
|
||||
alpine33:
|
||||
command: 'ssh root@192.168.122.117'
|
||||
children:
|
||||
alpine22:
|
||||
command: 'ssh root@192.168.122.202'
|
||||
children:
|
||||
alpine11:
|
||||
command: 'ssh root@192.168.122.169'
|
||||
children:
|
||||
proxmox_:
|
||||
command: 'ssh root@192.168.122.73'
|
||||
Reference in New Issue
Block a user