rapyutarobotics.rr_io.networks – Module to interact with rapyuta_io networks¶
Note
This plugin is part of the rapyutarobotics.rr_io collection (version 1.0.1).
To install it use: ansible-galaxy collection install rapyutarobotics.rr_io.
To use it in a playbook, specify: rapyutarobotics.rr_io.networks.
New in version 1.0.0: of rapyutarobotics.rr_io
Parameters¶
Examples¶
# Native network example
- name: Network Deployment
rapyutarobotics.rr_io.networks:
name: native_network
present: false
type: native_network
ros_distro: noetic
resource_type: small
# Static Route example
- name: GWM Static Route
rapyutarobotics.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)