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: //lib/python3.9/site-packages/ansible_collections/dellemc/os9/roles/os9_acl/tests/main.os9.yaml
---
# vars file for dellemc.os9.os9_acl, 
# below gives a sample configuration
# Sample variables for OS9 device
os9_acl:
      - name: ssh-only-mac
        type: mac
        description: macacl
        extended: true
        remark:
          - number: 1
            description: mac
            state: present
        entries:
          - number: 5
            permit: true
            protocol: tcp
            source: any
            destination: any
            dest_condition: eq 2
            other_options: count
            state: present
          - number: 6
            permit: false
            protocol: tcp
            source: bb:bb:bb:bb:bb:bb ff:ff:ff:ff:ff:ff
            destination: any
            dest_condition: log
            state: present
        stage_ingress:
          - name: fortyGigE 1/28
            state: present
          - name: fortyGigE 1/27
            state: present
        stage_egress:
          - name: fortyGigE 1/28
            state: present
        lineterminal:
          - line: vty 1
            state: present
          - line: vty 2
            state: absent
          - line: vty 3
        state: present
      - name: ipv6-ssh-only
        type: ipv6
        description: ipv6acl
        remark:
          - number: 1
            description: ipv6
        entries:
          - number: 10
            permit: true
            protocol: ipv6
            source: 2001:4898::/32
            destination: any
          - number: 20
            permit: true
            protocol: tcp
            source: any
            src_condition: eq 2
            destination: 2404:f801::/32
          - number: 30
            permit: true
            protocol: tcp
            source: any
            destination: 2a01:110::/31
            dest_condition: ack
          - number: 40
            permit: true
            protocol: tcp
            source: any
            destination: any
        stage_ingress:
          - name: fortyGigE 1/26
            state: present
          - name: fortyGigE 1/27
            state: present
        stage_egress:
          - name: fortyGigE 1/26
            state: present
        lineterminal:
          - line: vty 0
            state: absent
          - line: vty 1
          - line: vty 2
          - line: vty 3
        state: present