2. Article 2

2.1. Heading 1

 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
---
global_variables:
  ansible_connection: network_cli
host_groups:
  - name: ungrouped # ansible default host group "ungrouped", for all hosts that are not in any other host groups
    group_variables:
      ansible_network_os: ios      
      ansible_become: yes
      ansible_become_method: enable
      descr: "in ungrouped group"
    host_variables:
      ansible_ssh_user: $credential.username      
      ansible_ssh_pass: $credential.password
      vendor: $device.vendor
  - name: cisco_router # auto-generated, defined from UI
    group_variables:
      ansible_network_os: ios      
      ansible_become: yes
      ansible_become_method: enable
      descr: "cisco_router group"
    host_variables:   
      ansible_ssh_user: $credential.username      
      ansible_ssh_pass: $credential.password
      vendor: $device.vendor
      visible_intf: $interface._visible
      mgmt_intf: $device.management_interface
      all_intf: $interface._all
- name: cisco_switch # auto-generated, defined from UI
    group_variables:
      ansible_network_os: ios      
      ansible_become: yes
      ansible_become_method: enable
    host_variables:   
      ansible_ssh_user: $credential.username      
      ansible_ssh_pass: $credential.password
      vendor: $device.vendor
      model: $device.model

2.2. Heading 2

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# -*- coding: utf-8 -*-
"""Test Module for sphinx_rtd_theme."""


class Foo:

    """Docstring for class Foo.

    This text tests for the formatting of docstrings generated from output
    ``sphinx.ext.autodoc``. Which contain reST, but sphinx nests it in the

2.3. Heading 3

1
2
3
4
5
6
7
8
9
#!/bin/bash

#Proxy information
Proxy_URL=http://3.93.19.9:9091

#Netbrain Config  Information
FrontServer_ID=oraclefs
FrontServer_Key=oraclefs
Tenant_Name=oracleTenant