initial bootstrapping workflow

This commit is contained in:
Jef Roosens 2023-12-24 17:58:49 +01:00
parent f2f99a932d
commit 5ad30d3343
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
11 changed files with 129 additions and 36 deletions

11
first_run.yml Normal file
View file

@ -0,0 +1,11 @@
---
- name: Install Python
hosts: all
gather_facts: no
roles:
- install-python
- name: Configure base system.
hosts: all
roles:
- base