diff options
Diffstat (limited to 'old/attackbox/inventory.yaml')
-rw-r--r-- | old/attackbox/inventory.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/attackbox/inventory.yaml b/old/attackbox/inventory.yaml new file mode 100644 index 0000000..0c2cbad --- /dev/null +++ b/old/attackbox/inventory.yaml @@ -0,0 +1,14 @@ +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: {} |