aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-25 12:06:38 +0300
committerheqnx <root@heqnx.com>2025-05-25 12:06:38 +0300
commitbf0e095cde33d14a058fd9b5b6abc277927c033a (patch)
tree96e982d89dad7648e6c8362f5aac46f5594c8c71
parentd1fe23dbcc0df2e5d009edb0143396deb440f0f6 (diff)
downloadansible-playbooks-bf0e095cde33d14a058fd9b5b6abc277927c033a.tar.gz
ansible-playbooks-bf0e095cde33d14a058fd9b5b6abc277927c033a.zip
improved inventory example
-rw-r--r--inventory.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/inventory.yaml b/inventory.yaml
index b03065e..1bdf809 100644
--- a/inventory.yaml
+++ b/inventory.yaml
@@ -4,7 +4,11 @@ all:
ansible_host: 10.11.12.13
ansible_user: root
ansible_ssh_private_key_file: id_rsa
- # ssh + nginx multiplexing with sslh
+
+ # set this for sliver listen address
+ sliver_server: 127.0.0.1
+
+ # set this for ssh + nginx multiplexing with sslh
public_sslh_port: 443
internal_nginx_port: 8080
internal_sshd_port: 22
@@ -13,8 +17,11 @@ all:
# ansible_host: 10.11.12.14
# ansible_user: root
# ansible_ssh_private_key_file: id_rsa
+ #
+ # # set this for sliver listen address
# sliver_server: 127.0.0.1
- # # ssh + nginx multiplexing with sslh
+ #
+ # # set this for ssh + nginx multiplexing with sslh
# public_sslh_port: 443
# internal_nginx_port: 8080
# internal_sshd_port: 22