cephx_key – Generate a random CephX authentication key

Synopsis

Generate a random CephX authentication key and return it

Examples

- name: Generate a cephx key
  cephx_key:
  register: cephx

- name: Show cephx key
  debug:
    msg: "{{ cephx.key }}"

Return Values

key (success, dict, [{‘KEY’: ‘AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw==’}])

A random cephx authentication key

Status

Authors

  • John Fulton (@fultonj)