--- # Two example hosts. Connection settings live in group_vars/all.yml, and key # material lives nowhere in this repository — see docs/secrets.md. # # The names here must match the directory names under server/: the compose_stack # role resolves a payload as server/{{ inventory_hostname }}/{{ stack_name }}. all: hosts: # Public entry point: the reverse proxy and its certificates. edge: ansible_host: edge.example.com # Everything behind it. app: ansible_host: app.example.com