homelab/first_run.yml

12 lines
154 B
YAML
Raw Normal View History

2023-12-24 17:58:49 +01:00
---
- name: Install Python
hosts: all
gather_facts: no
roles:
- install-python
- name: Configure base system.
hosts: all
roles:
- base