This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
pi-ansible/playbook.yml

11 lines
158 B
YAML

---
- name: Deploy homeserver
hosts: all
gather_facts: false
become: true
tasks:
- name: Run Docker role
import_role:
name: docker