Class: Ansible::Ruby::Modules::Webfaction_app
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Webfaction_app
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb
Instance Method Summary collapse
-
#autostart ⇒ String?
Whether the app should restart with an autostart.cgi script.
-
#extra_info ⇒ Object?
Any extra parameters required by the app.
-
#login_name ⇒ String
The webfaction account to use.
-
#login_password ⇒ String
The webfaction password to use.
-
#machine ⇒ String?
The machine name to use (optional for accounts with only one machine).
-
#name ⇒ String
The name of the application.
-
#port_open ⇒ Boolean?
IF the port should be opened.
-
#state ⇒ :present, ...
Whether the application should exist.
-
#type ⇒ String
The type of application to create.
Methods inherited from Base
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
#autostart ⇒ String?
Returns 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_info ⇒ Object?
Returns 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_name ⇒ String
Returns The webfaction account to use.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 33 attribute :login_name |
#login_password ⇒ String
Returns The webfaction password to use.
37 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 37 attribute :login_password |
#machine ⇒ String?
Returns 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 |
#name ⇒ String
Returns The name of the application.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 10 attribute :name |
#port_open ⇒ Boolean?
Returns 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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 14 attribute :state |
#type ⇒ String
Returns The type of application to create. See the Webfaction docs at docs.webfaction.com/xmlrpc-api/apps.html for a list.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 18 attribute :type |