Class: Ansible::Ruby::Modules::Postgresql_privs

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

Overview

Grant or revoke privileges on PostgreSQL database objects. This module is basically a wrapper around most of the functionality of PostgreSQL’s GRANT and REVOKE statements with detection of changes (GRANT/REVOKE I(privs) ON I(type) I(objs) TO/FROM I(roles))

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

#databaseString



13
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 13

attribute :database

#grant_optionSymbol?



41
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 41

attribute :grant_option

#hostObject?



45
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 45

attribute :host

#loginString?



55
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 55

attribute :login

#objsArray<String>, ...



29
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 29

attribute :objs

#passwordObject?



59
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 59

attribute :password

#portInteger?



48
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 48

attribute :port

#privsArray<String>, ...



21
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 21

attribute :privs

#rolesArray<String>, String



37
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 37

attribute :roles

#schemaString?



33
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 33

attribute :schema

#ssl_mode:disable, ...



62
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 62

attribute :ssl_mode

#ssl_rootcertObject?



66
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 66

attribute :ssl_rootcert

#state:present, ...



17
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 17

attribute :state

#type:table, ...



25
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 25

attribute :type

#unix_socketObject?



52
# File 'lib/ansible/ruby/modules/generated/database/postgresql/postgresql_privs.rb', line 52

attribute :unix_socket