7 lines
215 B
YAML
7 lines
215 B
YAML
# hosts/roles/titan_db/tasks/main.yaml
|
|
---
|
|
- name: Placeholder for titan-db provisioning
|
|
ansible.builtin.debug:
|
|
msg: "Install database packages, configure backups, and manage users here."
|
|
tags: ['titan_db']
|