--- # This playbook deploys the whole application stack for my homelab # - name: Gather facts for all hosts: all remote_user: root gather_facts: true - include: playbooks/developer-machine.yml