You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `aws_device_params` Ansible role reads params from cEdge devices deployed on AWS, so that they can be used through other roles.
4
+
5
+
## Role Description
6
+
7
+
The `aws_device_params` role generates deployment facts for already deployed cEdge devices. For each cEdge deployment facts contain information about its:
8
+
-`hostname`
9
+
-`admin_username`
10
+
-`admin_password`
11
+
-`mgmt_public_ip`
12
+
-`transport_public_ip`
13
+
-`service_interfaces`
14
+
Additionally the role sets the `manager_authentication` variable, which can be used for logging to vManage in other roles.
15
+
16
+
## Requirements
17
+
18
+
- The `cisco.sdwan_deployment` collection installed.
The `azure_device_params` Ansible role reads params from cEdge devices deployed on Azure, so that they can be used through other roles.
4
+
5
+
## Role Description
6
+
7
+
The `azure_device_params` role generates deployment facts for already deployed cEdge devices. For each cEdge deployment facts contain information about its:
8
+
-`hostname`
9
+
-`admin_username`
10
+
-`admin_password`
11
+
-`mgmt_public_ip`
12
+
-`transport_public_ip`
13
+
-`service_interfaces`
14
+
Additionally the role sets the `manager_authentication` variable, which can be used for logging to vManage in other roles.
15
+
16
+
## Requirements
17
+
18
+
- The `cisco.sdwan_deployment` collection installed.
0 commit comments