47 lines
989 B
Plaintext
47 lines
989 B
Plaintext
---
|
|
common_aliases:
|
|
- "root: bofh@fet.at"
|
|
common_hostname: True
|
|
|
|
common_rsyslog: True
|
|
common_openssh_permit_root_login: "yes"
|
|
|
|
common_resolvconf_nameservers: ["10.0.3.1", "192.168.0.1", "8.8.8.8"]
|
|
common_resolvconf: False
|
|
nocows: True
|
|
|
|
common_locales:
|
|
- name: 'de_AT.UTF-8'
|
|
state: "present"
|
|
|
|
|
|
|
|
|
|
# apt-get common config
|
|
common_apt: True
|
|
common_apt_repositories:
|
|
- "deb http://gd.tuwien.ac.at/opsys/linux/debian {{ ansible_distribution_release }} main contrib non-free"
|
|
- "deb http://gd.tuwien.ac.at/opsys/linux/debian/ {{ ansible_distribution_release }}-backports main contrib non-free"
|
|
- "deb http://security.debian.org/debian-security {{ ansible_distribution_release }}/updates main contrib non-free"
|
|
common_vim_default: False
|
|
common_basic_packages:
|
|
- curl
|
|
- emacs-nox
|
|
- ncurses-term
|
|
- git
|
|
- htop
|
|
- iputils-ping
|
|
- mtr-tiny
|
|
- ncdu
|
|
- strace
|
|
- sudo
|
|
- tmux
|
|
- tree
|
|
- vim
|
|
- zsh
|
|
# for ansible/debian
|
|
- lsb-release
|
|
- python-apt
|
|
- python-pycurl
|
|
|