Class: Ansible::Ruby::Modules::Accelerate

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#ipv6Boolean?

Returns The listener daemon on the remote host will bind to the ipv6 localhost socket if this parameter is set to true.

Returns:

  • (Boolean, nil)

    The listener daemon on the remote host will bind to the ipv6 localhost socket if this parameter is set to true.



22
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 22

attribute :ipv6

#minutesInteger?

Returns The I(accelerate) listener daemon is started on nodes and will stay around for this number of minutes before turning itself off.

Returns:

  • (Integer, nil)

    The I(accelerate) listener daemon is started on nodes and will stay around for this number of minutes before turning itself off.



18
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 18

attribute :minutes

#multi_keyBoolean?

Returns When enabled, the daemon will open a local socket file which can be used by future daemon executions to upload a new key to the already running daemon, so that multiple users can connect using different keys. This access still requires an ssh connection as the uid for which the daemon is currently running.

Returns:

  • (Boolean, nil)

    When enabled, the daemon will open a local socket file which can be used by future daemon executions to upload a new key to the already running daemon, so that multiple users can connect using different keys. This access still requires an ssh connection as the uid for which the daemon is currently running.



26
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 26

attribute :multi_key

#portInteger?

Returns TCP port for the socket connection.

Returns:

  • (Integer, nil)

    TCP port for the socket connection



10
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 10

attribute :port

#timeoutInteger?

Returns The number of seconds the socket will wait for data. If none is received when the timeout value is reached, the connection will be closed.

Returns:

  • (Integer, nil)

    The number of seconds the socket will wait for data. If none is received when the timeout value is reached, the connection will be closed.



14
# File 'lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb', line 14

attribute :timeout