Skip to content

Latest commit

 

History

History
192 lines (164 loc) · 6.51 KB

community.missing_collection.mapr_blacklistuser_module.rst

File metadata and controls

192 lines (164 loc) · 6.51 KB

community.missing_collection.mapr_blacklistuser

Add user to mapr blacklist

Version added: 0.4.0

Parameter Choices/Defaults Comments
list_user
boolean
    Choices:
  • no
  • yes
If no, SSL certificates will not be validated. This should only be used for personal self-signed certificates.
mcs_port
string
Default:
8443
Mapr MCS Port
mcs_url
string / required
Mapr MCS Web Address like demo.mapr.com
{'Note': 'It should not include port number for MCS'}
password
string / required
password for MapR MCS
user
string
added in 2.6.x
If no, SSL certificates will not be validated. This should only be used for personal self-signed certificates.
username
string / required
username for MapR MCS
validate_certs
boolean
    Choices:
  • no
  • yes ←
If no, SSL certificates will not be validated. This should only be used for personal self-signed certificates.

- mapr_blacklistuser:
    username: mapr
    password: mapr
    mcs_url: demo.mapr.com
    mcs_port: 8443
    validate_certs: false
    list_user: true

- mapr_blacklistuser:
    username: mapr
    password: mapr
    mcs_url: demo.mapr.com
    mcs_port: 8443
    validate_certs: false
    user: test

Authors

  • Davinder Pal (@116davinder)