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/cloud/webfaction/webfaction_app.rb
Overview
Add or remove applications on a Webfaction host. Further documentation at U(github.com/quentinsf/ansible-webfaction).
Instance Method Summary collapse
-
#autostart ⇒ :yes, ...
Whether the app should restart with an C(autostart.cgi) script.
-
#extra_info ⇒ String?
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 ⇒ :yes, ...
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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#autostart ⇒ :yes, ...
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 24 attribute :autostart |
#extra_info ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 28 attribute :extra_info |
#login_name ⇒ String
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 36 attribute :login_name |
#login_password ⇒ String
40 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 40 attribute :login_password |
#machine ⇒ String?
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 44 attribute :machine |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 12 attribute :name |
#port_open ⇒ :yes, ...
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 32 attribute :port_open |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 16 attribute :state |
#type ⇒ String
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_app.rb', line 20 attribute :type |