added next folders for migration

This commit is contained in:
2026-03-10 08:54:22 +01:00
parent 4321b92003
commit 3b69def1b8
7 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
- name: Install the caddy docker release
hosts: new_hosts
tasks:
- name: call the caddy install role
ansible.builtin.include_role:
name: install_caddy_docker
tasks_from: create_folder_structure.yml
- name: install_caddy_docker
ansible.builtin.include_role:
name: install_caddy_docker
tasks_from: copy_files.yml
- name: call the caddy start role
ansible.builtin.include_role:
name: install_caddy_docker
tasks_from: start_docker_container.yml