committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
33
rundeck/rundeck-config.properties
Normal file
33
rundeck/rundeck-config.properties
Normal file
@@ -0,0 +1,33 @@
|
||||
#loglevel.default is the default log level for jobs: ERROR,WARN,INFO,VERBOSE,DEBUG
|
||||
loglevel.default=INFO
|
||||
rdeck.base=/var/lib/rundeck
|
||||
|
||||
#rss.enabled if set to true enables RSS feeds that are public (non-authenticated)
|
||||
rss.enabled=false
|
||||
# change hostname here
|
||||
grails.serverURL=http://localhost:4440
|
||||
dataSource.dbCreate = update
|
||||
dataSource.url = jdbc:h2:file:/var/lib/rundeck/data/rundeckdb;MVCC=true
|
||||
|
||||
# Encryption for key storage
|
||||
rundeck.storage.provider.1.type=db
|
||||
rundeck.storage.provider.1.path=keys
|
||||
|
||||
rundeck.storage.converter.1.type=jasypt-encryption
|
||||
rundeck.storage.converter.1.path=keys
|
||||
rundeck.storage.converter.1.config.encryptorType=custom
|
||||
rundeck.storage.converter.1.config.password=eea687e3ff09b3c0
|
||||
rundeck.storage.converter.1.config.algorithm=PBEWITHSHA256AND128BITAES-CBC-BC
|
||||
rundeck.storage.converter.1.config.provider=BC
|
||||
|
||||
# Encryption for project config storage
|
||||
rundeck.projectsStorageType=db
|
||||
|
||||
rundeck.config.storage.converter.1.type=jasypt-encryption
|
||||
rundeck.config.storage.converter.1.path=projects
|
||||
rundeck.config.storage.converter.1.config.password=eea687e3ff09b3c0
|
||||
rundeck.config.storage.converter.1.config.encryptorType=custom
|
||||
rundeck.config.storage.converter.1.config.algorithm=PBEWITHSHA256AND128BITAES-CBC-BC
|
||||
rundeck.config.storage.converter.1.config.provider=BC
|
||||
|
||||
rundeck.feature.repository.enabled=true
|
||||
Reference in New Issue
Block a user