
i still have a lot of work to finish the ansible setup, as well as testing it (the worst part...)
9 lines
173 B
YAML
9 lines
173 B
YAML
- name: Setup Arch Linux
|
|
hosts: local
|
|
roles:
|
|
- role: packages
|
|
vars:
|
|
role_path: roles/arch
|
|
- role: system
|
|
vars:
|
|
role_path: roles/arch
|