diff options
author | heqnx <root@heqnx.com> | 2025-05-25 12:02:53 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 12:02:53 +0300 |
commit | 4ee429ffa6b2c357bc9c7a2f51ad209ac9d57b3f (patch) | |
tree | f3e94933dac3ec07b40269fc06948cbaf21fa444 | |
parent | 96ddd17ac0289a785c6009d10f1c13d34bb06c30 (diff) | |
download | ansible-playbooks-4ee429ffa6b2c357bc9c7a2f51ad209ac9d57b3f.tar.gz ansible-playbooks-4ee429ffa6b2c357bc9c7a2f51ad209ac9d57b3f.zip |
.
-rw-r--r-- | inventory.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inventory.yaml b/inventory.yaml index e3d7943..b03065e 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -1,10 +1,9 @@ all: hosts: server01: - ansible_host: 192.168.133.34 + ansible_host: 10.11.12.13 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 |