New in version 2.3.
- aos-pyez >= 0.6.1
parameter | required | default | choices | comments |
---|---|---|---|---|
passwd |
no | admin |
Password to use when connecting to the AOS server.
|
|
port |
no | 443 |
Port number to use when connecting to the AOS server.
|
|
server |
yes |
Address of the AOS Server on which you want to open a connection.
|
||
user |
no | admin |
Login username to use when connecting to the AOS server.
|
- name: Create a session with the AOS-server aos_login: server: "{{ inventory_hostname }}" user: admin passwd: admin - name: Use the newly created session (register is not mandatory) aos_ip_pool: session: "{{ aos_session }}" name: my_ip_pool state: present
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.