HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib/python3.9/site-packages/ansible_collections/dellemc/os6/roles/os6_aaa/tests/main.os6.yaml
---
# vars file for dellemc.os6.os6_aaa,
# below gives a sample configuration
# Sample variables for OS6 device

os6_aaa:
  tacacs_server:
        key: 0
        key_string: aacdsvdfsvfsfvfsv
        host:
          - ip: 30.0.0.10
            key:
            key_string: ahvksjvskjvbkjsd
            auth_port: 6
            timeout: 6
            state: absent
  radius_server:
        key: 0
        key_string: ahvksjvskjvb
        retransmit: 4
        timeout: 5
        host:
          - ip: 40.0.0.10
            key: 0
            key_string: ahvksjvskjvbkjsd
            retransmit: 4
            auth_port: 6
            timeout: 6
            state: absent
        acct:
          - ip: 10.0.0.1
            key: 0
            key_string: asvkbjfssvfsf 
            auth_port: 2
            state: present
        auth:
          - ip: 10.0.0.2
            key: 0
            key_string: asdnksfnfnksnddjknsdn
            name: radius
            usage: all
            priority: 2
            timeout: 2
            retransmit: 5
            auth_port: 3
            deadtime: 6
            attribute:
              - id: 6
                type: "{{attribute_type.mandatory}}"
                state: present
              - id: 31
                type: "{{attribute_type.mac_ietf_lower_case}}"
                state: present
              - id: 31
                type: "{{attribute_type.mac}}"
                state: absent
            state: present
        attribute:
          - id: 6
            type: "{{attribute_type.mandatory}}"
            state: present
          - id: 31
            type: "{{attribute_type.mac_ietf_lower_case}}"
            state: present


  aaa_authentication:
      auth_list:
        - name: default
          login_or_enable: login
          server: tacacs
          use_password: local
          state: absent
        - name: console
          server: radius
          login_or_enable: login
          use_password: local
          state: absent
        - name: tacp
          server: tacacs
          login_or_enable: enable
          use_password: enable
          state: absent
      dot1x: none
  aaa_authorization:
      exec:
        - authorization_list_name: aaa
          authorization_method: none
          use_data: local
          state: absent
      network: radius
  aaa_accounting:
      dot1x: none
  aaa_server:
      radius: 
        dynamic_author:
          auth_type: 
          client: 
            - ip: 10.0.0.1
              key: 0
              key_string: aaskjsksdkjsdda
              state: present
            - ip: 10.0.0.2
              key: 
              key_string: aaskjsksdkjsdda
              state: present
            - ip: 10.0.0.3
              key: 
              key_string: 
              state: present
          state: present