aboutsummaryrefslogtreecommitdiff
path: root/old/attackbox/inventory.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-25 20:42:06 +0300
committerheqnx <root@heqnx.com>2025-05-25 20:42:06 +0300
commit419478997ce7d61d56ffbfb0d0148784b1e7727c (patch)
treea1f3d94cb7fe4afe45a0ef523ed07b91a7be9b95 /old/attackbox/inventory.yaml
parent4929a0915888290faaac4f9ae972091c6b383b90 (diff)
downloadansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.tar.gz
ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.zip
removing old dir
Diffstat (limited to 'old/attackbox/inventory.yaml')
-rw-r--r--old/attackbox/inventory.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/old/attackbox/inventory.yaml b/old/attackbox/inventory.yaml
deleted file mode 100644
index 0c2cbad..0000000
--- a/old/attackbox/inventory.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-all:
- hosts:
- server01:
- ansible_host: 10.11.12.13
- ansible_user: root
- ansible_ssh_private_key_file: id_rsa
- # ssh + nginx multiplexing with sslh
- #public_sslh_port: 443
- #internal_nginx_port: 8080
- #internal_sshd_port: 22
- children:
- servers:
- hosts:
- server01: {}