- name: Start stable servers hosts: starkingdoms_prod_servers_stable vars: compose_dir: /home/stk-deploy tasks: - name: Ensure host connectivity ansible.builtin.ping: - name: Start the server ansible.builtin.shell: cmd: docker-compose up -d chdir: "{{ compose_dir }}"