YAML Exporter

class rundeck_resources.yaml_exporter.YAMLExporter(title, config={})[source]

The YAML rundeck exporter class

static export_path(config)[source]

Method to get the rundeck export file in absolute path format.

Parameters:config (dict) – The Rundeck section of the configuration.
Return type:str
Returns:The file path of rundeck resources to export to.
export_resources(dictionary)[source]

Method to save nodes’ information into a rundeck nodes resources YAML file.

Parameters:dictionary (dict) – Rundeck formatted nodes information.
Return type:None