-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlocal.yml
More file actions
25 lines (25 loc) · 816 Bytes
/
Copy pathlocal.yml
File metadata and controls
25 lines (25 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
- hosts: localhost
become: true
become_user: "{{user}}"
environment:
PATH: "/opt/node/bin:{{ ansible_env.PATH }}"
tasks:
- import_tasks: tasks/debug.yml
- import_tasks: themes/molokai.yml
- import_tasks: themes/paper.yml
- import_tasks: themes/clean_red.yml
- import_tasks: themes/dark_red.yml
- import_tasks: themes/default.yml
- import_tasks: themes/simple.yml
- import_tasks: tasks/packages.yml
- import_tasks: tasks/node.yml
- import_tasks: tasks/terminator.yml
- import_tasks: tasks/zsh.yml
- import_tasks: tasks/neovim.yml
- import_tasks: tasks/fonts.yml
- import_tasks: tasks/scripts.yml
- import_tasks: tasks/configs.yml
- import_tasks: tasks/flutter.yml
- import_tasks: tasks/wezterm.yml
- import_tasks: tasks/sway.yml