Hello
I want to perform automation on securesphere devices (Imperva)
in order to do most tasks i need to enter the command ‘admin’ very similar to the enable mode in cisco devices.
the command admin will give me full root access
i am just wondering how i can enter this mode from ansible.
to be able to do the rest of commands in my playbook.
i do not see the code for become mode = enable so that i could perhaps mimic the same behaviour?
thanks.