2018-09-09 08:56:05 +01:00
|
|
|
- hosts: local
|
|
|
|
connection: local
|
|
|
|
tasks:
|
|
|
|
- ping:
|
2018-09-09 09:22:11 +01:00
|
|
|
- include_vars:
|
|
|
|
file: vars.yml
|
2018-09-11 20:43:16 +01:00
|
|
|
- import_tasks: tasks/packages.yml
|
2018-09-09 09:22:11 +01:00
|
|
|
- import_tasks: tasks/common.yml
|
2018-09-10 08:53:04 +01:00
|
|
|
- import_tasks: tasks/config.yml
|
2018-09-10 09:04:26 +01:00
|
|
|
- import_tasks: tasks/vim.yml
|
2018-09-10 09:14:26 +01:00
|
|
|
- import_tasks: tasks/private.yml
|
2018-09-10 09:20:53 +01:00
|
|
|
- import_tasks: tasks/vscode.yml
|
2018-09-10 09:27:49 +01:00
|
|
|
- import_tasks: tasks/gnome.yml
|
2018-09-10 13:58:30 +01:00
|
|
|
- import_tasks: tasks/i3.yml
|
|
|
|
- import_tasks: tasks/services.yml
|
2018-09-10 20:08:35 +01:00
|
|
|
- import_tasks: tasks/shell.yml
|
2018-09-10 20:29:44 +01:00
|
|
|
- import_tasks: tasks/yaourt.yml
|
2018-09-11 09:04:47 +01:00
|
|
|
- import_tasks: tasks/fonts.yml
|
2018-09-11 16:28:14 +01:00
|
|
|
- import_tasks: tasks/autostart.yml
|
2018-09-14 09:48:18 +01:00
|
|
|
|
2018-09-14 09:27:24 +01:00
|
|
|
- import_tasks: tasks/dabapps.yml
|
|
|
|
when: ansible_fqdn == "TOO-Work"
|
2018-09-14 09:48:18 +01:00
|
|
|
- import_tasks: tasks/laptop.yml
|
|
|
|
when: ansible_fqdn == "TOO-Laptop"
|