- hosts: all
  tasks:
    - name: Neues Kennwort generieren
      command:
        cmd: "openssl rand -hex 7"
      register: mynewpw
