Class: Ansible::Ruby::Modules::Webfaction_site
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Webfaction_site
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb
Overview
Add or remove a website on a Webfaction host. Further documentation at github.com/quentinsf/ansible-webfaction.
Instance Method Summary collapse
-
#host ⇒ String
The webfaction host on which the site should be created.
-
#https ⇒ Boolean?
Whether or not to use HTTPS.
-
#login_name ⇒ String
The webfaction account to use.
-
#login_password ⇒ String
The webfaction password to use.
-
#name ⇒ String
The name of the website.
-
#site_apps ⇒ Array<Array>, ...
A mapping of URLs to apps.
-
#state ⇒ :present, ...
Whether the website should exist.
-
#subdomains ⇒ Array<String>, ...
A list of subdomains associated with this site.
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
#host ⇒ String
Returns The webfaction host on which the site should be created.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 19 attribute :host |
#https ⇒ Boolean?
Returns Whether or not to use HTTPS.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 23 attribute :https |
#login_name ⇒ String
Returns The webfaction account to use.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 35 attribute :login_name |
#login_password ⇒ String
Returns The webfaction password to use.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 39 attribute :login_password |
#name ⇒ String
Returns The name of the website.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 11 attribute :name |
#site_apps ⇒ Array<Array>, ...
Returns A mapping of URLs to apps.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 27 attribute :site_apps |
#state ⇒ :present, ...
Returns Whether the website should exist.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 15 attribute :state |
#subdomains ⇒ Array<String>, ...
Returns A list of subdomains associated with this site.
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 31 attribute :subdomains |