-
Notifications
You must be signed in to change notification settings - Fork 5
password
Markus Bergholz edited this page Jul 22, 2021
·
1 revision
| parameter | notes |
|---|---|
password |
when no password it given, ansible will request an auto-generated password from the nextcloud server |
name |
the name of the password |
username |
username that belongs to the password |
url |
url of the password |
notes |
notes to the password |
favorite |
whether the password should be marked as favourite or not |
state |
present or absent
|
update_password |
When to update a password. on_create (default) will write the password only if the password record is created. always will also update the password if it's exist and the requested password differs from existing. |
folder |
Name of the folder where the password must be saved (works currently only on createion) |
- name: sample create
markuman.nextcloud.password:
name: ansible-test-05
password: something
username: markus
url: https://nureintest.de
notes: made with ansible
- name: >
when no password is requestes
nextcloud password apps will auto-generate it
markuman.nextcloud.password:
name: some super password