diff options
author | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 20:42:06 +0300 |
commit | 419478997ce7d61d56ffbfb0d0148784b1e7727c (patch) | |
tree | a1f3d94cb7fe4afe45a0ef523ed07b91a7be9b95 /old/attackbox/inventory.yaml | |
parent | 4929a0915888290faaac4f9ae972091c6b383b90 (diff) | |
download | ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.tar.gz ansible-playbooks-419478997ce7d61d56ffbfb0d0148784b1e7727c.zip |
removing old dir
Diffstat (limited to 'old/attackbox/inventory.yaml')
-rw-r--r-- | old/attackbox/inventory.yaml | 14 |
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: {} |