9 lines
279 B
YAML
9 lines
279 B
YAML
# Note: this playbook requires the `docker` and `docker-compose` pip packages
|
|
# in order for the `docker_compose` module to work
|
|
- hosts: localhost
|
|
tasks:
|
|
- import_tasks: 'tasks/main.yml'
|
|
vars_files:
|
|
- 'vars/main.yml'
|
|
- 'vars/postgres.yml'
|
|
- 'vars/email.yml'
|