-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory.yml
More file actions
97 lines (97 loc) · 2.72 KB
/
inventory.yml
File metadata and controls
97 lines (97 loc) · 2.72 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
jury:
hosts:
forcad:
ansible_become_password: user
ansible_host: 10.10.10.10
ansible_password: user
hostname: forcad
vars:
ansible_user: user
router:
hosts:
openwrt:
ansible_become_password: user
ansible_host: 192.168.1.90
ansible_password: user
ansible_port: 22869
ansible_user: root
vars:
instances:
jury:
ip: 10.10.10.10
mac: BC:24:11:28:B6:39
team1:
ip: 10.10.1.2
mac: BC:24:11:FD:CC:56
team2:
ip: 10.10.2.2
mac: BC:24:11:B1:D7:B7
team3:
ip: 10.10.3.2
mac: BC:24:11:8B:A1:BC
team4:
ip: 10.10.4.2
mac: BC:24:11:8B:A1:BB
team5:
ip: 10.10.5.2
mac: BC:24:11:8B:A1:BA
team6:
ip: 10.10.6.2
mac: BC:24:11:8B:A1:B8
team7:
ip: 10.10.7.2
mac: BC:24:11:8B:A1:B9
teams:
hosts:
team1:
ansible_become_password: user
ansible_host: 10.10.1.2
ansible_password: user
jury_token: token_example
hostname: team1
team_number: 1
team2:
ansible_become_password: user
ansible_host: 10.10.2.2
ansible_password: user
jury_token: token_example
hostname: team2
team_number: 2
team3:
ansible_become_password: user
ansible_host: 10.10.3.2
ansible_password: user
jury_token: token_example
hostname: team3
team_number: 3
team4:
ansible_become_password: user
ansible_host: 10.10.4.2
ansible_password: user
jury_token: token_example
hostname: team4
team_number: 4
team5:
ansible_become_password: user
ansible_host: 10.10.5.2
ansible_password: user
jury_token: token_example
hostname: team5
team_number: 5
team6:
ansible_become_password: user
ansible_host: 10.10.6.2
ansible_password: user
jury_token: token_example
hostname: team6
team_number: 6
team7:
ansible_become_password: user
ansible_host: 10.10.7.2
ansible_password: user
jury_token: token_example
hostname: team7
team_number: 7
vars:
ansible_user: user
teams_count: 7