Skip to content

Commit

Permalink
+ license header
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Nov 21, 2023
1 parent 290dd11 commit 9162dbe
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible_collections/arista/cvp/docs/build-md/doc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2023 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
import os
from pathlib import Path

Expand Down
5 changes: 5 additions & 0 deletions ansible_collections/arista/cvp/docs/build-md/templates/md.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{#
Copyright (c) 2023 Arista Networks, Inc.
Use of this source code is governed by the Apache License 2.0
that can be found in the LICENSE file.
#}
# {{ name }}

{{ module.doc.short_description }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_change_control_v3

Change Control management with CloudVision
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_configlet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_configlet

Create, Delete, or Update CloudVision Portal Configlets.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_configlet_v3

Create, Delete, or Update CloudVision Portal Configlets.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_container.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_container

Manage Provisioning topology.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_container_v3

Manage Provisioning topology.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_device.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_device

Provision, Reset, or Update CloudVision Portal Devices.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_device_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_device_v3

Manage Provisioning topology.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_facts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_facts

Collect facts from CloudVision Portal.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_facts_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_facts_v3

Collect facts from CloudVision
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_image_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_image_v3

EOS Image management with CloudVision
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_tag_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_tag_v3

Create/Assign/Delete/Unassign tags on CVP
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_task.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_task

Execute or Cancel CVP Tasks.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_task_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_task_v3

Execute or Cancel CVP Tasks.
Expand Down
6 changes: 6 additions & 0 deletions ansible_collections/arista/cvp/docs/modules/cv_validate_v3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ Copyright (c) 2023 Arista Networks, Inc.
~ Use of this source code is governed by the Apache License 2.0
~ that can be found in the LICENSE file.
-->

# cv_validate_v3

CVP/Local configlet Validation
Expand Down

0 comments on commit 9162dbe

Please sign in to comment.