--- # The reference playbook. Most stacks look exactly like this: a name, the # networks the compose file declares external, and nothing else. Copy this file # when you add a service, and only reach for the rest of the contract when the # stack genuinely needs it. - name: Deploy the static site hosts: app gather_facts: false tags: [static-site] roles: - role: compose_stack vars: stack_name: static-site stack_networks: - proxy-net