Class: Ansible::Ruby::Modules::Webfaction_site

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

#hostString

Returns The webfaction host on which the site should be created.

Returns:

  • (String)

    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

#httpsBoolean?

Returns Whether or not to use HTTPS.

Returns:

  • (Boolean, nil)

    Whether or not to use HTTPS



22
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 22

attribute :https

#login_nameString

Returns The webfaction account to use.

Returns:

  • (String)

    The webfaction account to use



34
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 34

attribute :login_name

#login_passwordString

Returns The webfaction password to use.

Returns:

  • (String)

    The webfaction password to use



38
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 38

attribute :login_password

#nameString

Returns The name of the website.

Returns:

  • (String)

    The name of the website



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 10

attribute :name

#site_appsArray<Array>, ...

Returns A mapping of URLs to apps.

Returns:

  • (Array<Array>, Array, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Whether the website should exist



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb', line 14

attribute :state

#subdomainsArray<String>, ...

Returns A list of subdomains associated with this site.

Returns:

  • (Array<String>, String, nil)

    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