2021-06-06 22:01:20 +02:00
|
|
|
---
|
|
|
|
### mgrote.dotfiles
|
|
|
|
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
|
|
|
|
dotfiles_repo_path: /home/mg/dotfiles
|
|
|
|
dotfiles_files:
|
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/.vimrc"
|
|
|
|
local_path: "/home/mg/.vimrc"
|
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/.tmux.conf"
|
|
|
|
local_path: "/home/mg/.tmux.conf"
|
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/.gitconfig"
|
|
|
|
local_path: "/home/mg/.gitconfig"
|
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/i3/config"
|
|
|
|
local_path: "/home/mg/.config/i3/config"
|
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/.bash_aliases"
|
|
|
|
local_path: "/home/mg/.bash_aliases"
|
2021-06-26 14:19:58 +02:00
|
|
|
- repo_path: "{{ dotfiles_repo_path}}/alacritty/alacritty.yml"
|
|
|
|
local_path: "/home/mg/.config/alacritty/alacritty.yml"
|
2021-06-06 22:01:20 +02:00
|
|
|
dotfiles_dirs:
|
|
|
|
- path: /home/mg/.config/i3
|
|
|
|
- path: /home/mg/.config/polybar
|
2021-06-26 14:19:58 +02:00
|
|
|
- path: /home/mg/.config/alacritty
|
2021-06-06 22:01:20 +02:00
|
|
|
dotfiles_owner: mg
|
2021-06-07 08:40:01 +02:00
|
|
|
### mgrote.apt_install_packages
|
|
|
|
programs_extra:
|
|
|
|
- bmon
|
|
|
|
- hddtemp
|
|
|
|
- s-tui
|
|
|
|
- smartmontools
|
|
|
|
- lm-sensors
|
|
|
|
- ethtool
|
2021-06-08 19:46:44 +02:00
|
|
|
- nextcloud-desktop
|
|
|
|
- gnome-tweaks
|
|
|
|
- powertop
|
2021-06-26 14:33:42 +02:00
|
|
|
- caja
|
2021-06-29 13:58:31 +02:00
|
|
|
- x11-xserver-utils # xrandr
|
2021-06-26 14:33:42 +02:00
|
|
|
- arandr
|
|
|
|
- keepassxc
|
2021-06-29 13:58:31 +02:00
|
|
|
- feh # i3 wallpaper
|
|
|
|
- yad # polybar popup-calendar
|
|
|
|
- xdotool # polybar popup-calendar
|
2021-06-26 14:19:58 +02:00
|
|
|
### mgrote.apt_manage_sources
|
|
|
|
manage_sources_apt_proxy_url: ""
|
|
|
|
### mgrote.ntp_chrony_server
|
|
|
|
ntp_chrony_timezone: "Europe/Berlin" # Zeitzone in der sich der Computer befindet
|
|
|
|
ntp_chrony_servers: # welche Server sollen befragt werden
|
|
|
|
- address: pool.ntp.org
|
|
|
|
options: iburst #optionaler parameter
|
|
|
|
ntp_chrony_logging: false # logging an/aus
|
2021-06-29 13:58:31 +02:00
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
|
|
|
from_ip: 192.168.2.0/24
|