-
-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathdemohosts.yaml
65 lines (65 loc) · 1.52 KB
/
demohosts.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
all:
children:
demodb:
hosts:
dbsample1:
db_port: 5432
dbsample2:
db_port: 5432
dbsample3:
db_port: 5432
dbsample4:
db_port: 5432
demohosts:
hosts:
node10sample:
mycutom_var: testing
port: 8443
node1sample: {}
node2sample: {}
network:
hosts:
cisco101:
mycutom_var: prod
cisco102:
env: dev
rhel88:
hosts:
rhel8-101:
ansible_host: 192.168.57.91
ansible_user: vagrant
baseline_exclusions:
- '009.009'
rhel8-201-dummy: {}
utils:
hosts:
utils.lab.iamgini.com:
ansible_user: devops
web:
hosts:
webserver101:
http_app: nginx
web_http_port: 8080
webserver102:
http_app: nginx
web_http_port: 8080
webserver201:
web_http_port: 8080
webserver202:
web_http_port: 8080
wind2019:
hosts:
win2019:
ansible_become_method: runas
ansible_connection: winrm
ansible_host: 192.168.57.162
ansible_port: 5985
ansible_shell_type: powershell
ansible_winrm_transport: basic
win2019dummy:
ansible_become_method: runas
ansible_connection: winrm
ansible_host: 192.168.99.105
ansible_port: 5985
ansible_shell_type: powershell
ansible_winrm_transport: basic