aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 17282a9f54533ca69fae6beba47284c7c0132e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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: {}