-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpacker.yml
More file actions
32 lines (32 loc) · 799 Bytes
/
packer.yml
File metadata and controls
32 lines (32 loc) · 799 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
26
27
28
29
30
31
32
---
- hosts: localhost
# Note that these must also be passed into the `role_paths` filed in archlinux.json.
# We use this instead of "playbook_dir": "ansible", since `ansible` is a git repository,
# and uploading the entirety of its contents wreaks havoc with the git module
# since `git ls-remote` does not work as intended when its cwd is inside a git repository.
roles:
- aura
- autologin
- bspwm
- chromium
- c++_development
- development
- desktop
- docker
- dotfiles
- haskell_development
- intel
- java_development
- javascript_development
- python_development
- retroarch
- snapper
- system
- user
- vagrant
- vim_plugins
- virtualbox
- xorg
become: yes
vars:
system_hostname: porygon