first commit
This commit is contained in:
16
roles/aruba_prepare-rest/tasks/main.yml
Normal file
16
roles/aruba_prepare-rest/tasks/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# 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']
|
||||
|
||||
Reference in New Issue
Block a user