aboutsummaryrefslogtreecommitdiff
path: root/old/sliver-c2/inventory.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'old/sliver-c2/inventory.yaml')
-rw-r--r--old/sliver-c2/inventory.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/old/sliver-c2/inventory.yaml b/old/sliver-c2/inventory.yaml
deleted file mode 100644
index a330281..0000000
--- a/old/sliver-c2/inventory.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-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: {}