committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
41
rundeck/framework.properties
Normal file
41
rundeck/framework.properties
Normal file
@@ -0,0 +1,41 @@
|
||||
# framework.properties -
|
||||
#
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Rundeck server connection information
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
framework.server.name = localhost
|
||||
framework.server.hostname = localhost
|
||||
framework.server.port = 4440
|
||||
framework.server.url = http://localhost:4440
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Installation locations
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
rdeck.base=/var/lib/rundeck
|
||||
|
||||
framework.projects.dir=/var/lib/rundeck/projects
|
||||
framework.etc.dir=/etc/rundeck
|
||||
framework.var.dir=/var/lib/rundeck/var
|
||||
framework.tmp.dir=/var/lib/rundeck/var/tmp
|
||||
framework.logs.dir=/var/lib/rundeck/logs
|
||||
framework.libext.dir=/var/lib/rundeck/libext
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# SSH defaults for node executor and file copier
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
framework.ssh.keypath = /var/lib/rundeck/.ssh/id_rsa
|
||||
framework.ssh.user = rundeck
|
||||
|
||||
# ssh connection timeout after a specified number of milliseconds.
|
||||
# "0" value means wait forever.
|
||||
framework.ssh.timeout = 0
|
||||
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Auto generated server UUID: c86b0213-35d0-45a8-8522-725247f43595
|
||||
# ----------------------------------------------------------------
|
||||
rundeck.server.uuid = c86b0213-35d0-45a8-8522-725247f43595
|
||||
Reference in New Issue
Block a user