在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ansible-collections/cisco.ios开源软件地址:https://github.com/ansible-collections/cisco.ios开源编程语言:Python 99.9%开源软件介绍:Cisco IOS CollectionThe Ansible Cisco IOS collection includes a variety of Ansible content to help automate the management of Cisco IOS network appliances. This collection has been tested against Cisco IOSv version 15.2 on VIRL. Ansible version compatibilityThis collection has been tested against following Ansible versions: >=2.9.10. For collections that support Ansible 2.9, please ensure you update your Supported connectionsThe Cisco IOS collection supports Included contentCliconf plugins
Modules
Installing this collectionYou can install the Cisco IOS collection with the Ansible Galaxy CLI:
You can also include it in a ---
collections:
- name: cisco.ios Using this collectionThis collection includes network resource modules. Using modules from the Cisco IOS collection in your playbooksYou can call modules by their Fully Qualified Collection Namespace (FQCN), such as ---
- name: Replace device configuration of specified L2 interfaces with provided configuration.
cisco.ios.ios_l2_interfaces:
config:
- name: GigabitEthernet0/2
trunk:
- allowed_vlans: 20-25,40
native_vlan: 20
pruning_vlans: 10
encapsulation: isl
state: replaced
NOTE: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated. See Also:
Contributing to this collectionWe welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the Cisco IOS collection repository. See Contributing to Ansible-maintained collections for complete details. You can also join us on:
See the Ansible Community Guide for details on contributing to Ansible. Code of ConductThis collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document. Release notesRelease notes are available here. RoadmapMore information
LicensingGNU General Public License v3.0 or later. See LICENSE to see the full text. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论