# Ansible Server Ansible playbook to setup docker compose and start arbitraty number of compose stacks by using group_variables. This playbook was tested against a debian 12 image. ## Usage ```bash ansible-playbook run.yml ``` ## Variables Should be defined in `group_vars/server/vars.yml`: - **services_dir**: fodler path containing all folders with docker-compose stacks. they should have the scructure `/docker-compose.yml` and optionally include `/.env` files - **services**: list of services in the service_dir container all `` folders - **packages**: utils packages for linxu environment