Class: Ansible::Ruby::Modules::Webfaction_domain

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

Overview

Add or remove domains or subdomains on a Webfaction host. Further documentation at github.com/quentinsf/ansible-webfaction.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#login_nameString

Returns The webfaction account to use.

Returns:

  • (String)

    The webfaction account to use



23
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_domain.rb', line 23

attribute :login_name

#login_passwordString

Returns The webfaction password to use.

Returns:

  • (String)

    The webfaction password to use



27
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_domain.rb', line 27

attribute :login_password

#nameString

Returns The name of the domain.

Returns:

  • (String)

    The name of the domain



12
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_domain.rb', line 12

attribute :name

#state:present, ...

Returns Whether the domain should exist.

Returns:

  • (:present, :absent, nil)

    Whether the domain should exist



16
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_domain.rb', line 16

attribute :state

#subdomainsObject?

Returns Any subdomains to create.

Returns:

  • (Object, nil)

    Any subdomains to create.



20
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_domain.rb', line 20

attribute :subdomains