Added project files

This commit is contained in:
2026-01-27 18:14:57 -05:00
parent 91138f3154
commit c62831fd0a
6 changed files with 337 additions and 0 deletions

39
recurshion.yaml.example Normal file
View 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'