I’m currently still a user of the deprecated Ansible Passbolt lookup plugin. This plugin had the ability to add new passwords to Passbolt, which we actively use to generate random passwords for several services (DB service users, zabbix agent encryption PSK, etc..) , add them to Passbolt and are then used in subsequent plays.
The current renewed Ansible Passbolt lookup plugin does not support adding/changing a Passbolt password from within an Ansible playbook. So I currently see no secure method to maintain the current workflow.
As an Ansible user I want to be able to add (and optionally change) passwords using either the Ansible Passbolt lookup plugin or possibly a new Ansible Passbolt module.