diff options
Diffstat (limited to 'old/sliver-c2/inventory.yaml')
-rw-r--r-- | old/sliver-c2/inventory.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/sliver-c2/inventory.yaml b/old/sliver-c2/inventory.yaml new file mode 100644 index 0000000..a330281 --- /dev/null +++ b/old/sliver-c2/inventory.yaml @@ -0,0 +1,15 @@ +all: + hosts: + server01: + ansible_host: 192.168.133.34 + ansible_user: root + ansible_ssh_private_key_file: id_rsa + sliver_server: 127.0.0.1 + # ssh + nginx multiplexing with sslh + #public_sslh_port: 443 + #internal_nginx_port: 8080 + #internal_sshd_port: 22 + children: + servers: + hosts: + server01: {} |