backup client und ruby test
This commit is contained in:
@@ -2,6 +2,30 @@
|
||||
common_aliases:
|
||||
- "root: bofh@fet.at"
|
||||
common_hostname: False
|
||||
common_apt: False
|
||||
|
||||
common_rsyslog: False
|
||||
common_resolvconf: False
|
||||
common_resolvconf: False
|
||||
|
||||
# apt-get common config
|
||||
common_apt: False
|
||||
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_basic_packages:
|
||||
- curl
|
||||
- git
|
||||
- htop
|
||||
- iputils-ping
|
||||
- mtr-tiny
|
||||
- ncdu
|
||||
- strace
|
||||
- sudo
|
||||
- tmux
|
||||
- tree
|
||||
- vim
|
||||
- zsh
|
||||
# for ansible/debian
|
||||
- lsb-release
|
||||
- python-apt
|
||||
- python-pycurl
|
||||
|
||||
Reference in New Issue
Block a user