#173 ✓resolved
Alex-SF

Resource definitions in YAML

Reported by Alex-SF | January 14th, 2011 @ 12:04 PM | in Rundeck 1.2

Resource (Nodes) should be defined in YAML for better readability and manipulation through mainstream sysadmin tools.

Hypothetical node definitions

#

Multi line format


strongbad:

type: Node
description: "Rundeck server node" 
hostname: "strongbad" 
osArch: "x86_64" 
osFamily: "unix" 
osName: "Mac OS X" 
osVersion: "10.6.5" 
username: "alexh" 
editUrl: "" 
remoteUrl: "" 
tags: "rundeck"

-or -

#

single line format

ubuntu: {description: "Ubuntu server node", hostname: "192.168.1.101", osFamily: "unix", osName: "Linux", username: "demo", tags: "dev"}

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues

Shared Ticket Bins

People watching this ticket

Referenced by

Pages