WIP: Add roles #2
5 changed files with 8 additions and 5 deletions
|
@ -11,13 +11,9 @@
|
||||||
file: host_vars/{{ ansible_hostname }}.yml
|
file: host_vars/{{ ansible_hostname }}.yml
|
||||||
failed_when: false
|
failed_when: false
|
||||||
|
|
||||||
- import_tasks: tasks/user.yml
|
|
||||||
- import_tasks: tasks/packages.yml
|
|
||||||
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: geerlingguy.ntp
|
name: base
|
||||||
|
|
||||||
- import_tasks: tasks/boot.yml
|
|
||||||
- import_tasks: tasks/i3.yml
|
- import_tasks: tasks/i3.yml
|
||||||
|
|
||||||
# Don't bother configuring KDE for root, just assume it's for me
|
# Don't bother configuring KDE for root, just assume it's for me
|
||||||
|
|
7
roles/base/tasks/main.yml
Normal file
7
roles/base/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- import_tasks: user.yml
|
||||||
|
- import_tasks: packages.yml
|
||||||
|
|
||||||
|
- include_role:
|
||||||
|
name: geerlingguy.ntp
|
||||||
|
|
||||||
|
- import_tasks: boot.yml
|
Loading…
Reference in a new issue