1 2 3 4 5 6 7 8 9 10 11 12 13 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: {}