10 lines
200 B
YAML
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
|