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
Overview
Add or remove applications on a Webfaction host. Further documentation at github.com/quentinsf/ansible-webfaction.
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, remove_existing_validations, #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.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 23 attribute :autostart |
#extra_info ⇒ Object?
Returns Any extra parameters required by the app.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 27 attribute :extra_info |
#login_name ⇒ String
Returns The webfaction account to use.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 34 attribute :login_name |
#login_password ⇒ String
Returns The webfaction password to use.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 38 attribute :login_password |
#machine ⇒ String?
Returns The machine name to use (optional for accounts with only one machine).
42 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 42 attribute :machine |
#name ⇒ String
Returns The name of the application.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 11 attribute :name |
#port_open ⇒ Boolean?
Returns IF the port should be opened.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 30 attribute :port_open |
#state ⇒ :present, ...
Returns Whether the application should exist.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 15 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.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb', line 19 attribute :type |