Skip to content

Instantly share code, notes, and snippets.

@ahonor
Last active December 26, 2015 13:18
Show Gist options
  • Save ahonor/7156919 to your computer and use it in GitHub Desktop.
Save ahonor/7156919 to your computer and use it in GitHub Desktop.
# framework.properties -
#
# $Id: framework.properties.template 2128 2010-08-17 21:29:24Z ahonor $
#
# ----------------------------------------------------------------
# Installation locations
# ----------------------------------------------------------------
#
#
# Root directory software install
#
[email protected]@
#
# directory containing projects
#
[email protected]@/projects
#
# server configuration directory
#
[email protected]@
#
# directory containing logs and tmp
#
[email protected]@
#
# the tmp directory
#
[email protected]@/tmp
#
# the logs directory
#
[email protected]@/logs
# ----------------------------------------------------------------
# Rundeck server connection information
# ----------------------------------------------------------------
framework.server.name = @framework.server.name@
framework.server.hostname = @framework.server.hostname@
framework.server.port = @framework.server.port@
framework.server.username = @framework.server.username@
framework.server.password = @framework.server.password@
framework.server.url = @framework.rundeck.url@
# ----------------------------------------------------------------
# Global SSH defaults for node executors and file copiers
# ----------------------------------------------------------------
#
# default ssh keypath for ssh and scp
#
framework.ssh.keypath = @framework.ssh.keypath@
#
# default ssh user for ssh and scp
#
framework.ssh.user = @framework.ssh.user@
#
# ssh timeout. The connection can be dropped after a specified number of milliseconds.
# A "0" value means wait forever.
#
framework.ssh.timeout = 0
# ----------------------------------------------------------------
# Dynamically loaded classes (really never changed)
# ----------------------------------------------------------------
#
# Local Authentication/Authorization Security
#
framework.authorization.class = @framework.authorization.class@
framework.authentication.class = @framework.authentication.class@
# Remote Client connection authentication
#
framework.nodeauthentication.classname = @framework.nodeauthentication.classname@
# Remote Central Dispatcher service class
#
framework.centraldispatcher.classname = @framework.centraldispatcher.classname@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment