mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
* Initial version of aos_ip_pool module * Add examples for IP Pool * Break down ip_pool into smaller function * Refactor do_load_resource * Add get_display_name_from_file * Add ‘src’ as an option to load ip pool from JSON file * Rename directory network/apstra to network/aos * Remove exception handling temporary * Remove all ‘Exception as XX’ to be python 2.4 compatible * Replace ‘== False’ with ‘is False’ for PEP8 Test * Update documentation to be Yaml compatible * Lisg all method imported from module_utils.aos * Refactor to align with collection.find() changes * Update examples by @gundalow’s recommendations * Update Documentation per @gundalow’s recommendations * Change the license per @gundalow recommendation * Add exception handling for get_aos_session * Change Auth format and add check_aos_version() to check minimum version * Add a check for minimum version * Refactor ‘src’ into ‘content’ to allow more options Remove get_display_name_from_file in aos.py Add content_to_dict in aos.py * Fix variable name in do_load_resource * Add mention of aos.py in module_utilities doc * Add try/except for import yaml * Add try/Except around main block of code and function * Refactor to auto detect content_format, update doc accordingly * Change create_new_ip_pool inputs * Remove unused import * Remove in_use as it’s never used * Fix doc format * Add version number in requirement doc |
||
|---|---|---|
| .. | ||
| dev_guide | ||
| modules | ||
| roadmap | ||
| become.rst | ||
| committer_guidelines.rst | ||
| common_return_values.rst | ||
| community.rst | ||
| conf.py | ||
| faq.rst | ||
| galaxy.rst | ||
| glossary.rst | ||
| guide_aws.rst | ||
| guide_azure.rst | ||
| guide_cloudstack.rst | ||
| guide_docker.rst | ||
| guide_gce.rst | ||
| guide_rax.rst | ||
| guide_rolling_upgrade.rst | ||
| guide_vagrant.rst | ||
| guides.rst | ||
| index.rst | ||
| intro.rst | ||
| intro_adhoc.rst | ||
| intro_bsd.rst | ||
| intro_configuration.rst | ||
| intro_dynamic_inventory.rst | ||
| intro_getting_started.rst | ||
| intro_installation.rst | ||
| intro_inventory.rst | ||
| intro_networking.rst | ||
| intro_patterns.rst | ||
| intro_windows.rst | ||
| modules.rst | ||
| modules_intro.rst | ||
| modules_support.rst | ||
| playbooks.rst | ||
| playbooks_acceleration.rst | ||
| playbooks_advanced_syntax.rst | ||
| playbooks_async.rst | ||
| playbooks_best_practices.rst | ||
| playbooks_blocks.rst | ||
| playbooks_checkmode.rst | ||
| playbooks_conditionals.rst | ||
| playbooks_debugger.rst | ||
| playbooks_delegation.rst | ||
| playbooks_environment.rst | ||
| playbooks_error_handling.rst | ||
| playbooks_filters.rst | ||
| playbooks_filters_ipaddr.rst | ||
| playbooks_intro.rst | ||
| playbooks_lookups.rst | ||
| playbooks_loops.rst | ||
| playbooks_prompts.rst | ||
| playbooks_roles.rst | ||
| playbooks_special_topics.rst | ||
| playbooks_startnstep.rst | ||
| playbooks_strategies.rst | ||
| playbooks_tags.rst | ||
| playbooks_templating.rst | ||
| playbooks_tests.rst | ||
| playbooks_variables.rst | ||
| playbooks_vault.rst | ||
| porting_guide_2.0.rst | ||
| python_3_support.rst | ||
| quickstart.rst | ||
| test_strategies.rst | ||
| tower.rst | ||
| YAMLSyntax.rst | ||