-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yml
60 lines (56 loc) · 1.3 KB
/
main.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
50
51
52
53
54
55
56
57
58
59
60
---
common_admin_users: {}
common_jumphost_users: {}
common_users: {}
common_default_admin_user_groups:
- adm
- dialout
- users
- wheel
- ssh-users
- sudo
common_default_user_groups: []
common_default_jumphost_user_groups:
- ssh-users
common_ensure_system_groups:
- ssh-users
- wheel
- sudo
common_domain: localdomain
common_locales:
- en_US.UTF-8
common_keyboard_layout: 'us,de'
common_default_language: en_US.UTF-8
common_core_packages:
- exuberant-ctags
- openssh-server
- kbd
- iproute2
- psmisc
- dbus
- locales
- console-setup
common_core_keys: []
common_core_repos: []
common_extra_packages:
- man
- zsh
- zsh-autosuggestions
- zsh-completions
- git
- vim-nox
- net-tools
- iputils-ping
- nfs-client
- htop
- less
common_extra_keys:
- https://download.opensuse.org/repositories/shells:zsh-users:zsh-completions/Debian_9.0/Release.key
- https://download.opensuse.org/repositories/shells:zsh-users:zsh-autosuggestions/Debian_9.0/Release.key
common_extra_repos:
- deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosuggestions/Debian_9.0/ /
- deb http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-completions/Debian_9.0/ /
common_custom_packages: []
common_custom_keys: []
common_custom_repos: []
common_extra_files: {}