Repository of for ansible modules
This code is now being generated using the SDK generator at https://github.com/a10networks/sdkgenerator
a10-ansible is a set of Ansible modules and example playbooks for interacting with AXAPI v3 for configuration and monitoring of A10 ACOS-based hardware and virtual appliances. The module code and example playbooks are generated using a combination of Python code and Jinja templates.
a10-ansible is distributed as a Python package. It can be installed from the Github repository or PyPi. It is assumed that ansible is already installed and configured.
git clone https://github.com/a10networks/a10-ansible a10-ansible
pip install -e a10-ansible/
pip install a10-ansible
<fill in stuff about site-vars / etc>
Please see (https://github.com/a10networks/a10-ansible/tree/master/examples) for example playbooks.
Please submit bug reports and feature requests via GitHub issues. When reporting bugs, please include the playbook that demonstrates the bug and the Ansible output. Stack traces are always nice, but playbooks work well. Please ensure any sensitive information is redacted as Issues and Pull Requests are publicly viewable.
If you have a question that cannot be submitted via Github Issues, please email openstack-dl@a10networks.com with "a10-ansible" in the subject line.