New in version 2.3.
- aos-pyez >= 0.6.0
parameter | required | default | choices | comments |
---|---|---|---|---|
passwd |
no | admin | Password to use when connecting to the AOS server. | |
port |
no | 8888 | 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.
This module is community maintained without core committer oversight.
For more information on what this means please read Module Support
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Helping Testing PRs and Developing Modules.