Class: Ansible::Ruby::Modules::Jboss

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb

Overview

Deploy applications to JBoss standalone using the filesystem

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#deploy_pathString?

Returns The location in the filesystem where the deployment scanner listens.

Returns:

  • (String, nil)

    The location in the filesystem where the deployment scanner listens



19
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 19

attribute :deploy_path

#deploymentString

Returns The name of the deployment.

Returns:

  • (String)

    The name of the deployment



11
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 11

attribute :deployment

#srcString?

Returns The remote path of the application ear or war to deploy.

Returns:

  • (String, nil)

    The remote path of the application ear or war to deploy



15
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 15

attribute :src

#state:present, ...

Returns Whether the application should be deployed or undeployed.

Returns:

  • (:present, :absent, nil)

    Whether the application should be deployed or undeployed



23
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb', line 23

attribute :state