forked from alalinaci/SpitFire-BRFU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_playbook.yml
executable file
·50 lines (49 loc) · 1.23 KB
/
main_playbook.yml
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
---
- name: Final Output
hosts: all
gather_facts: no
connection: network_cli
vars:
- file: "./roles/file/output.txt"
- show_context_json_output: "./roles/file/parsed_output.json"
- media: "./roles/file/genie_generic_show_media.yml"
- hardware: "./roles/file/genie_generic_show_hardware_module.yml"
- active: "./roles/file/golden_output_active.txt"
- commit: "./roles/file/golden_output_commit.txt"
roles:
- role: pb_hw
tags: pb_hw
throttle: 1
- role: ShowPlat
tags: ShowPlat
throttle: 1
- role: ShowContext
tags: ShowContext
throttle: 1
- role: pb_sh_media
tags: pb_sh_media
throttle: 1
- role: pb_sh_filesystem
tags: pb_sh_filesystem
throttle: 1
- role: ShowVersion
tags: ShowVersion
throttle: 1
- role: pb_sh_controllers_fabric_plane_all
tags: pb_sh_controllers_fabric_plane_all
throttle: 1
- role: ShowEnvPower
tags: ShowEnvPower
throttle: 1
- role: pb_led
tags: pb_led
throttle: 1
- role: ShowInstallActive
tags: ShowInstallActive
throttle: 1
- role: ShowInstallCommit
tags: ShowInstallCommit
throttle: 1
- role: Summary
tags: Summary
throttle: 1