mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
15 lines
387 B
YAML
15 lines
387 B
YAML
- name: Ansible playbook to setup arch linux
|
|
hosts: all
|
|
|
|
vars_files:
|
|
- ../home/.chezmoidata.yaml
|
|
|
|
tasks:
|
|
- import_tasks: tasks/system/_main.yml
|
|
- import_tasks: tasks/terminal/_main.yml
|
|
- import_tasks: tasks/development/_main.yml
|
|
- import_tasks: tasks/desktop/_main.yml
|
|
- import_tasks: tasks/gaming/_main.yml
|
|
- import_tasks: tasks/engineering/_main.yml
|
|
|