Skip to content

Commit

Permalink
updated documentation and asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthompson committed May 30, 2024
1 parent c325eed commit 3777a49
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/1.1.0-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
trivial:
- claim_meraki - Moved README to docs/CLAIM_MERAKI.md
- configure_meraki_mx - Moved README to docs/CONFIGURE_MERAKI_MX.md
- configure_meraki_mr - Moved README to docs/CONFIGURE_MERAKI_MR.md
- configure_meraki_mt - Moved README to docs/CONFIGURE_MERAKI_MT.md
- configure_meraki_mv - Moved README to docs/CONFIGURE_MERAKI_MV.md
- manage_meraki_network - Moved README to docs/MANAGE_MERAKI_NETWORK.md
2 changes: 1 addition & 1 deletion docs/CLAIM_MERAKI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to claim Meraki Orders, Licenses, and Devices into the Meraki

To use this role, you will need to provide `dashboard_base_url`, `auth_key` and the remaining variables that adhere to the following argpsec:

![Argument Spec](../../assets/claim_meraki.svg)
![Argument Spec](./assets/claim_meraki.svg)

## Sample Playbook using this role

Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURE_MERAKI_MR.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to configure Meraki MR Access Points

To use this role, you will need to provide `dashboard_base_url`, `auth_key` and have a variable named `meraki_mr_configuration` that adheres to the following argument spec:

![Argument Spec](../../assets/configure_meraki_mr.svg)
![Argument Spec](./assets/configure_meraki_mr.svg)

## Example `meraki_mr_configuration` Data Model

Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURE_MERAKI_MT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to configure Meraki MT Sensors

To use this role, you will need to provide `dashboard_base_url`, `auth_key` and have a variable named `meraki_mt_configuration` that adheres to the following argument spec:

![Argument Spec](../../assets/configure_meraki_mt.svg)
![Argument Spec](./assets/configure_meraki_mt.svg)

> :warning: **NOTE**
The `automations` dict in the argspec is currently unused as Cisco has not published the API endpoint yet.
Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURE_MERAKI_MV.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to configure Meraki MV Security Cameras

To use this role, you will need to provide `dashboard_base_url`, `auth_key` and have a variable named `meraki_mv_configuration` that adheres to the following argument spec:

![Argument Spec](../../assets/configure_meraki_mv.svg)
![Argument Spec](./assets/configure_meraki_mv.svg)

## Example `meraki_mv_configuration` Data Model

Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIGURE_MERAKI_MX.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to configure Meraki MX Firewalls

To use this role, you will need to provide `dashboard_base_url`, `auth_key` and have a variable named `meraki_mx_configuration` that adheres to the following argument spec:

![Argument Spec](../../assets/configure_meraki_mx.svg)
![Argument Spec](./assets/configure_meraki_mx.svg)

### Example `meraki_mx_configuration` Data Model

Expand Down
2 changes: 1 addition & 1 deletion docs/MANAGE_MERAKI_NETWORK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This role is used to configure Meraki networks and claim devices into network in

To use this role, you will need to provide `auth_key` and have a variable named `meraki_networks` that adheres to the following argument spec:

![Argument Spec](../../assets/manage_meraki_network.svg)
![Argument Spec](./assets/manage_meraki_network.svg)

## Example `meraki_networks` Data Model

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 3777a49

Please sign in to comment.