devfund-website/playbooks/deploy.yaml

9 lines
148 B
YAML

---
- hosts: http
gather_facts: false
become: true
become_user: "{{ user }}"
roles: [common]
tasks:
- import_tasks: tasks/deploy.yaml