WIP: Add roles #2

Draft
jake wants to merge 2 commits from roles into master
5 changed files with 8 additions and 5 deletions

View file

@ -11,13 +11,9 @@
file: host_vars/{{ ansible_hostname }}.yml
failed_when: false
- import_tasks: tasks/user.yml
- import_tasks: tasks/packages.yml
- include_role:
name: geerlingguy.ntp
name: base
- import_tasks: tasks/boot.yml
- import_tasks: tasks/i3.yml
# Don't bother configuring KDE for root, just assume it's for me

View file

@ -0,0 +1,7 @@
- import_tasks: user.yml
- import_tasks: packages.yml
- include_role:
name: geerlingguy.ntp
- import_tasks: boot.yml