all: hosts: server01: ansible_host: 10.11.12.13 ansible_user: root ansible_ssh_private_key_file: id_rsa # set this for the sliver-c2 role # sliver_server: 127.0.0.1 # set these for the ssh-nginx-multiplex role # public_sslh_port: 443 # internal_nginx_port: 8080 # internal_sshd_port: 22 # set this for the ssh-port-fwd-user role # port_fwd_user: proxyuser # set this to true to enable ssh hidden service for the roles/tor role # enable_ssh_hidden_service: false #server02: # ansible_host: 10.11.12.14 # ansible_user: root # ansible_ssh_private_key_file: id_rsa # set this for the sliver-c2 role # sliver_server: 127.0.0.1 # set these for the ssh-nginx-multiplex role # public_sslh_port: 443 # internal_nginx_port: 8080 # internal_sshd_port: 22 # set this for the ssh-port-fwd-user role # port_fwd_user: proxyuser # set this to true to enable ssh hidden service for the roles/tor role # enable_ssh_hidden_service: false children: servers: hosts: server01: {} #server02: {}