-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pull-provisioning-execution.yml
49 lines (49 loc) · 1.92 KB
/
pull-provisioning-execution.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
- hosts: pull_hosts
become: true
roles:
- { role: ansible_pull, tags: ["ansible_pull"] }
- { role: aur_dir, tags: ["aur_dir"] }
- { role: users, tags: ["users"] }
- { role: locale, tags: ["locale"] }
- { role: time, tags: ["time"] }
- { role: ssh, tags: ["ssh"] }
- { role: dell_acpi, tags: ["dell_acpi"] }
- { role: yay_install, tags: ["yay_install"] }
- { role: reflector, tags: ["reflector"] }
- { role: pacman, tags: ["pacman"] }
- { role: pacman_repo, tags: [pacman_repo] }
- { role: makepkg, tags: [makepkg] }
- { role: archcore, tags: [archcore] }
- { role: build_packages, tags: [build_packages] }
- { role: shell_utils, tags: [shell_utils] }
- { role: base_utils, tags: [base_utils] }
- { role: file_utils, tags: [file_utils] }
- { role: filesystem_part_utils, tags: [filesystem_part_utils] }
- { role: xorg, tags: [xorg] }
- { role: x_env, tags: [x_env] }
- { role: polybar, tags: [polybar] }
- { role: i3, tags: [i3] }
- { role: dotfiles, tags: [dotfiles] }
- { role: fonts, tags: [fonts] }
- { role: dictionaries, tags: [dictionaries] }
- { role: tools, tags: [tools] }
- { role: ops, tags: [ops] }
- { role: virt, tags: [virt] }
- { role: git, tags: [git] }
- { role: vscode, tags: [vscode] }
- { role: firefox, tags: [firefox] }
- { role: tty_emulators, tags: [tty_emulators] }
- { role: trivy, tags: [trivy] }
- { role: aws, tags: [aws] }
- { role: hashicorp, tags: [hashicorp] }
- { role: powertop, tags: [powertop] }
- { role: ruby_gems, tags: [ruby_gems] }
- { role: android, tags: [android] }
- { role: system_monitoring, tags: [system_monitoring] }
- { role: gimp, tags: [gimp] }
- { role: dev, tags: [dev] }
- { role: media, tags: [media] }
- { role: libreoffice, tags: [libreoffice] }
- { role: tlp, tags: [tlp] }
- { role: networking, tags: [networking] }