diff options
Diffstat (limited to 'inventory.yaml.example')
-rw-r--r-- | inventory.yaml.example | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/inventory.yaml.example b/inventory.yaml.example index 9097f34..17282a9 100644 --- a/inventory.yaml.example +++ b/inventory.yaml.example @@ -16,21 +16,27 @@ all: # 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 + # 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 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 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 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: |