17 lines
707 B
YAML
17 lines
707 B
YAML
---
|
|
# tasks file for aruba_prepare-rest
|
|
|
|
- name: Enable rest api
|
|
arubaoss_command:
|
|
commands: [ 'config',
|
|
'crypto pki identity-profile sys-switchupgrade subject common-name sys-switchupgrade',
|
|
'crypto pki enroll-self-signed certificate-name upgrade',
|
|
'web-management ssl',
|
|
'rest-interface',
|
|
'aaa authentication rest login radius local',
|
|
'aaa authentication rest enable radius local',
|
|
'ip dns domain-name "adagility.net"',
|
|
'ip dns server-address priority 1 10.245.142.82',
|
|
'ip dns server-address priority 2 10.245.3.40']
|
|
|