-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcustomize.yml
38 lines (21 loc) · 862 Bytes
/
customize.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
#########################################################################################
#
# Note that import order here is important, so rearranging import lists
# is *not* recommended.
#
#########################################################################################
- name: Configure machine for development work (with customizations)
hosts: localhost
connection: local
- import_playbook: main.yml
##### Operating system packages and configuration
- import_playbook: customization-text.yaml
- import_playbook: kde.yml
##### Developer tools
- import_playbook: docker/customization.yml
- import_playbook: dotnet/customization.yml
- import_playbook: git/customization.yml
- import_playbook: no-screen-blank/core.yml
- import_playbook: nodejs/customization.yml
- import_playbook: ruby/customization.yml
##### Applications (free)