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,13 +0,0 @@
---
- name: Set up Servers
hosts: docker_host
gather_facts: yes
vars_files:
- secrets.yml
roles:
- role: common
tags:
- common
- role: docker_host
tags:
- docker_host