summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/dnac/playbooks/device_details.yml
blob: 0c9dfdfef4e1325f7f771f18ad3e6abf319aa881 (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
46
47
48
49
50
51
52
53
54
template_details:
  - proj_name: "Onboarding Configuration"
    device_config: "hostname cat9k-1\n"
    language: "velocity"
    family: "Switches and Hubs"
    type: "IOS-XE"
    variant: "XE"
    temp_name: "temp_cat9k-1"
    description: "Test Template 1"
  - proj_name: "Onboarding Configuration"
    device_config: "hostname cat9k-2\n"
    language: "velocity"
    family: "Switches and Hubs"
    type: "IOS-XE"
    variant: "XE"
    temp_name: "temp_cat9k-2"
    description: "Test Template 2"
  - proj_name: "Onboarding Configuration"
    device_config: "hostname cat9k-3\n"
    language: "velocity"
    family: "Switches and Hubs"
    type: "IOS-XE"
    variant: "XE"
    temp_name: "temp_cat9k-3"
    description: "Test Template 3"

device_details:
  - site_name: "Global/Chennai/Trill"
    image_name: "cat9k_iosxe.17.04.01.SPA.bin"
    proj_name: "Onboarding Configuration"
    temp_name: "temp_cat9k-1"
    device_version: "2"
    device_number: "AB2425L8M7"
    device_name: "Cat9k-1"
    device_state: "Unclaimed"
    device_id: "C9300-25UX"
  - site_name: "Global/Chennai/Trill"
    image_name: "cat9k_iosxe.17.04.01.SPA.bin"
    proj_name: "Onboarding Configuration"
    temp_name: "temp_cat9k-2"
    device_version: "2"
    device_number: "CD2425L8M7"
    device_name: "Cat9k-2"
    device_state: "Unclaimed"
    device_id: "C9300-25UX"
  - site_name: "Global/Chennai/Trill"
    image_name: "cat9k_iosxe.17.04.01.SPA.bin"
    proj_name: "Onboarding Configuration"
    temp_name: "temp_cat9k-3"
    device_version: "2"
    device_number: "EF2425L8M7"
    device_name: "Cat9k-3"
    device_state: "Unclaimed"
    device_id: "C9300-25UX"