Commit the actual main.yml file

This commit is contained in:
Ariejan de Vroom 2024-06-06 18:23:33 +02:00
parent 35823c2813
commit d3fc26d779
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## Arch Install
Installs _my_ Arch Linux.
Installs _my_ Arch Linux.
- Clone this repo to your Arch install (after arch-chroot)
- ansible-galaxy install -r requirements.yml
- ansible-playbook main.yml --ask-become-pass

View File

@ -0,0 +1,5 @@
---
- name: Ariejan's Arch Linux
hosts: all
roles:
- { role: 01_host_info }