Files
convert-images-for-web/site.yml

10 lines
200 B
YAML

---
# This playbook deploys the whole application stack for my homelab
#
- name: Gather facts for all
hosts: all
remote_user: root
gather_facts: true
- include: playbooks/developer-machine.yml