The Ansible Alcatel-Lucent Enterprise AOS collection includes a variety of Ansible content to help automate the management of Alcatel-Lucent Enterprise AOS network appliances.
This collection has been tested against Alcatel-Lucent Enterprise AOS 8.9R03.
This collection has been tested against following Ansible versions: >=2.14.0.
For collections that support Ansible 2.9, please ensure you update your network_os
to use the
fully qualified collection name (for example, ale.aos.aos
).
Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.
The Alcatel-Lucent Enterprise AOS collection supports network_cli
connection.
Name | Description |
---|---|
ale.aos.aos | Use aos cliconf to run command on Alcatel-Lucent Enterprise AOS platform |
Name | Description |
---|---|
ale.aos.aos_command | Run arbitrary commands on an Alcatel-Lucent Enterprise AOS device |
ale.aos.aos_config | Manage Alcatel-Lucent Enterprise AOS configuration sections |
Click the Content
button to see the list of content included in this collection.
You can install the Alcatel-Lucent Enterprise AOS collection with the Ansible Galaxy CLI:
git clone https://github.com/Mathias-gt/ale.aos.git
cd ale.aos
ansible-galaxy collection install ./ale-aos-1.0.0.tar.gz
This collection includes network resource modules.
You can call modules by their Fully Qualified Collection Namespace (FQCN), such as ale.aos.aos_config
.
The following example task replaces configuration changes in the existing configuration on a Alcatel-Lucent Enterprise AOS network device, using the FQCN:
---
- name: Disable a port.
ale.aos.aos_config:
lines:
- interfaces port 1/1/1 admin-state disable
Release notes are available here.
- Ansible network resources
- Ansible Collection overview
- Ansible User guide
- Ansible Developer guide
- Ansible Community code of conduct
GNU General Public License v3.0 or later.
See LICENSE to see the full text.