abhinavg97.rr_io.deployments – Module to interact with rapyuta_io deployments¶
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.deployments.
New in version 1.0.0: of abhinavg97.rr_io
Parameters¶
Examples¶
# Pass in a message
- name: GBC deployment
async: 2200
poll: 0
abhinavg97.rr_io.deployments:
name: rr_gbc
component_name: gbc
present: false
package_name: rio_gbc
depends:
deployments:
- postgres
- rr_gwm
networks:
static_routes:
- name: rr-gbc
endpoint_name: GWM_INTERFACE_ENDPOINT
native_networks:
- name: native_network
component_params:
GWM_INTERFACE_SITE: tatsumi
AUTOBOOTSTRAP: true
GWM_INTERFACE_ORG_ID: 1
GWM_AUTH_TOKEN: autobootstrap
IO_AMR_GWM_INTERFACE_NODE_NAME: rr_gwm_interface
ROSCONSOLE_FORMAT: "[$${severity}] [$${time}] [$${node} $${logger} $${function} $${line}]: $${message}"
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Dhananjay Sathe (@dsathe)
Abhinav Gupta (@abhinavg97)