Class: Ansible::Ruby::Modules::Webfaction_app

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.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

#autostartString?

Returns Whether the app should restart with an autostart.cgi script.

Returns:

  • (String, nil)

    Whether the app should restart with an autostart.cgi script



22
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 22

attribute :autostart

#extra_infoObject?

Returns Any extra parameters required by the app.

Returns:

  • (Object, nil)

    Any extra parameters required by the app



26
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 26

attribute :extra_info

#login_nameString

Returns The webfaction account to use.

Returns:

  • (String)

    The webfaction account to use



33
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 33

attribute :login_name

#login_passwordString

Returns The webfaction password to use.

Returns:

  • (String)

    The webfaction password to use



37
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 37

attribute :login_password

#machineString?

Returns The machine name to use (optional for accounts with only one machine).

Returns:

  • (String, nil)

    The machine name to use (optional for accounts with only one machine)



41
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 41

attribute :machine

#nameString

Returns The name of the application.

Returns:

  • (String)

    The name of the application



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 10

attribute :name

#port_openBoolean?

Returns IF the port should be opened.

Returns:

  • (Boolean, nil)

    IF the port should be opened



29
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 29

attribute :port_open

#state:present, ...

Returns Whether the application should exist.

Returns:

  • (:present, :absent, nil)

    Whether the application should exist



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 14

attribute :state

#typeString

Returns The type of application to create. See the Webfaction docs at docs.webfaction.com/xmlrpc-api/apps.html for a list.

Returns:



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 18

attribute :type