Class: Ansible::Ruby::Modules::Proxysql_manage_config

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/database/proxysql/proxysql_manage_config.rb

Overview

The M(proxysql_global_variables) module writes the proxysql configuration settings between layers. Currently this module will always report a changed state, so should typically be used with WHEN however this will change in a future version when the CHECKSUM table commands are available for all tables in proxysql.

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

#action:LOAD, :SAVE



12
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_manage_config.rb', line 12

attribute :action

#config_layer:MEMORY, ...



24
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_manage_config.rb', line 24

attribute :config_layer

#config_settings:"MYSQL USERS", ...



16
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_manage_config.rb', line 16

attribute :config_settings

#direction:FROM, :TO



20
# File 'lib/ansible/ruby/modules/generated/database/proxysql/proxysql_manage_config.rb', line 20

attribute :direction