1
0
Fork 0
mash-ansible-role-nextcloud/tasks/print_db_credentials.yml

12 lines
403 B
YAML
Raw Normal View History

2023-03-17 10:34:15 +01:00
---
- 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 }}`)