homelab/first_run.yml

12 lines
154 B
YAML

---
- name: Install Python
hosts: all
gather_facts: no
roles:
- install-python
- name: Configure base system.
hosts: all
roles:
- base