abhinavg97.rr_io.networks – Module to interact with rapyuta_io networks¶
Note
This plugin is part of the abhinavg97.rr_io collection (version 1.1.1).
To install it use: ansible-galaxy collection install abhinavg97.rr_io.
To use it in a playbook, specify: abhinavg97.rr_io.networks.
New in version 1.0.0: of abhinavg97.rr_io
Parameters¶
Examples¶
# Native network example
- name: Network Deployment
abhinavg97.rr_io.networks:
name: native_network
present: false
type: native_network
ros_distro: melodic
resource_type: small
# Static Route example
- name: GWM Static Route
abhinavg97.rr_io.networks:
name: rr-gwm
present: false
type: static_route
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Dhananjay Sathe (@dsathe)
Abhinav Gupta (@abhinavg97)