Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: AAA Radius configuration, NTP, timezone #102

Open
2relativ opened this issue Mar 14, 2024 · 3 comments
Open

Feature request: AAA Radius configuration, NTP, timezone #102

2relativ opened this issue Mar 14, 2024 · 3 comments

Comments

@2relativ
Copy link

I would like to start a request to support configuring radius server, radius server groups, radius server preshared keys, dynamic authentication, accounting, NTP server and timezone through Ansible modules directly since it seems like the only way is currently to use the aoscx_command module. I know those should be default settings which are not touched that often and maybe could also be set initially through aoscx_config but then again those are such basic things applying to many access switches that those should be their own modules. Because if you have to touch this configuration, you would have a bulk of work and I hope to automate it through Ansible.
Thoughts?

@alagoutte
Copy link
Contributor

Big +1 for RADIUS

for NTP already ask on #36 !

@git4m
Copy link

git4m commented May 2, 2024

ntp / timezone configuration can be added eg:

    - name: Add static baseline configuration
      connection: ansible.netcommon.network_cli
      arubanetworks.aoscx.aoscx_config:
        lines:
          - ntp server 1.2.3.4 version 3
          - ntp server 5.6.7.8 version 3
          - ntp enable
          - clock timezone utc
        diff_against: running
        save_when: changed

verified with with Aruba 6300M running 10.10 software.

@2relativ
Copy link
Author

2relativ commented May 2, 2024

Sure, that is what I was talking about earlier. But this not much more comfortable then doing an SSH session and shouting unverified commands at the device. I want to read and write NTP servers truly over API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants