refactor(playbooks): Moved playbooks to seperate folder

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-01-17 02:41:30 +01:00
parent 6bc591550c
commit cb256e9451
10 changed files with 1 additions and 1 deletions

View File

@@ -1,9 +0,0 @@
---
- hosts: db
gather_facts: yes
vars_files:
- secrets.yml
tasks:
- name: Print the database connection string
debug:
msg: "{{ k3s_db_connection_string }}"