1
0
Fork 0
mash-ansible-role-nextcloud/tasks/print_db_credentials.yml
2023-03-17 11:34:15 +02:00

11 lines
403 B
YAML

---
- name: Print Nextcloud DB credentials
ansible.builtin.debug:
msg: >-
Your Nextcloud database information is:
Host (`{{ nextcloud_database_hostname }}`),
Port (`{{ nextcloud_database_port }}`),
Database Name (`{{ nextcloud_database_name }}`),
Database Username (`{{ nextcloud_database_username }}`),
Database Password (`{{ nextcloud_database_password }}`)