aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml.example
blob: 9097f34afa7f3df60da7994da9cc2497f93e9324 (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
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

    #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

  children:
    servers:
      hosts:
        server01: {}
        #server02: {}