Class: Ansible::Ruby::Modules::Webfaction_db

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

Overview

Add or remove a database 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#login_nameString



28
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_db.rb', line 28

attribute :login_name

#login_passwordString



32
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_db.rb', line 32

attribute :login_password

#machineString?



36
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_db.rb', line 36

attribute :machine

#nameString



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

attribute :name

#passwordString?



24
# File 'lib/ansible/ruby/modules/generated/cloud/webfaction/webfaction_db.rb', line 24

attribute :password

#state:present, ...



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

attribute :state

#type:mysql, :postgresql



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

attribute :type