aruba / aruba-ansible-modules

Aruba Ansible Modules
Apache License 2.0
80 stars 36 forks source link

ClearPass Download User Role #58

Closed wazzfi closed 4 years ago

wazzfi commented 4 years ago

I might have just missed it but where do we create a ClearPass download role?

radius-server cppm.....

tchiapuziowong commented 4 years ago

Hello!

Here's an example of how to configure the cppm details -

    - name: Configure Radius Profile CPPM details for User Roles
      arubaoss_radius_profile:
        command: config_radius_profile
        cppm_details: {'username':'superman','password': 'upupandaway'}

I've also updated the module documentation and examples to be more descriptive and helpful! ae0fbe8

wazzfi commented 4 years ago

Legend!

Thank you -- just a few more commands and my config is nearing completion (see issue #61 ;) )

tchiapuziowong commented 4 years ago

awesome great to hear! I'll close this issue and I'm currently researching issue #61 !