project_root: "{{ inventory_dir }}" # Useful hack for easier file paths # Postgres # If you have a main database instance all your # services will use (which you should), put # the info here so it's accessible to all # your playbooks. pg_host: 10.89.0.102 pg_port: 5432 pg_user: postgres pg_password: password # Local paths docker_stacks: "{{ project_root }}/docker" assets: "{{ project_root }}/assets" # Remote paths remote_stacks: "/home/javi/docker" remote_app_mounts: "/home/docker"