Hey @Tanishq, you can use the a10_server module for this purpose. But This does not guarantee to have a backward compatibility interface. You could use in your playbook something like this:
- a10_server:
    host: a10.mydomain.com
    username: myadmin
    password: mypassword
    partition: mypartition
    server: test
    server_ip: 1.1.1.100
    server_ports:
      - port_num: 8080
        protocol: tcp
      - port_num: 8443
        protocol: TCP