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
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, #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.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 18 attribute :host |
#https ⇒ Boolean?
Returns Whether or not to use HTTPS.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 22 attribute :https |
#login_name ⇒ String
Returns The webfaction account to use.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.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_site.rb', line 38 attribute :login_password |
#name ⇒ String
Returns The name of the website.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 10 attribute :name |
#site_apps ⇒ Array<Array>, ...
Returns A mapping of URLs to apps.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 26 attribute :site_apps |
#state ⇒ :present, ...
Returns Whether the website should exist.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 14 attribute :state |
#subdomains ⇒ Array<String>, ...
Returns A list of subdomains associated with this site.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 30 attribute :subdomains |