Libraries
»
enterprisemodules-wls_config
(3.17.3)
»
Index (s)
»
Puppet Tasks
»
stop_managed_servers
Puppet Task: stop_managed_servers
Defined in:
tasks/stop_managed_servers.json,
tasks/stop_managed_servers.rb
Overview
Stop all managed servers in a specified domain except the Admin Server and the servers on the skip list
Supports noop?
false
Parameters
domain
(Optional[String[1]])
— The wls_config identifier of the domain. The default is 'default'
skip
(Optional[Array[String[1]]])
— The list of managed servers you DON'T want to stop. e.g. skip.
wait
(Optional[Variant[Boolean, String]])
— Indicate if you want to wait for the shutdown to be finished. The default is true.
timeout
(Optional[Variant[Integer,String]])
— Time to wait for shutdown te be succesful if we wait for it to be finished. Default is 300 seconds.