Skip to content

Ansible Network Collection for Alcatel-Lucent Enterprise AOS

License

Notifications You must be signed in to change notification settings

Mathias-gt/ale.aos

Repository files navigation

Alcatel-Lucent Enterprise AOS Collection

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.

Ansible version compatibility

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.

Supported connections

The Alcatel-Lucent Enterprise AOS collection supports network_cli connection.

Included content

Cliconf plugins

Name Description
ale.aos.aos Use aos cliconf to run command on Alcatel-Lucent Enterprise AOS platform

Modules

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.

Installing 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

Using this collection

This collection includes network resource modules.

Using modules from the Alcatel-Lucent Enterprise AOS collection in your playbooks

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

Release notes are available here.

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Ansible Network Collection for Alcatel-Lucent Enterprise AOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages