Skip to content

Latest commit

 

History

History
149 lines (122 loc) · 4.75 KB

community.missing_collection.mapr_node_cldbmaster_module.rst

File metadata and controls

149 lines (122 loc) · 4.75 KB

community.missing_collection.mapr_node_cldbmaster

Get Cldb Master Node.

Version added: 0.4.0

Parameter Choices/Defaults Comments
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
username
string / required
username for MapR MCS
validate_certs
boolean
added in 2.6.x
    Choices:
  • no
  • yes ←
If no, SSL certificates will not be validated. This should only be used for personal self-signed certificates.

- mapr_node_cldbmaster:
    username: mapr
    password: mapr
    mcs_url: demo.mapr.com
    mcs_port: 8443
    validate_certs: false

Authors

  • Davinder Pal (@116davinder)