mg
9fb0401eca
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#335 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
65 lines
2.1 KiB
YAML
65 lines
2.1 KiB
YAML
---
|
|
### mgrote.tmux
|
|
tmux_auto_attach: absent
|
|
### 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"
|
|
- repo_path: "{{ dotfiles_repo_path}}/alacritty/alacritty.yml"
|
|
local_path: "/home/mg/.config/alacritty/alacritty.yml"
|
|
- repo_path: "{{ dotfiles_repo_path}}/flameshot/flameshot.ini"
|
|
local_path: "/home/mg/.config/flameshot/flameshot.ini"
|
|
- repo_path: "{{ dotfiles_repo_path}}/.ssh/config"
|
|
local_path: "/home/mg/.ssh/config"
|
|
- repo_path: "/home/mg/Nextcloud/Rest/ssh-keys/heimserver/private_key" # symlink in .ssh-dir
|
|
local_path: "/home/mg/.ssh/private_key_heimserver"
|
|
dotfiles_dirs:
|
|
- path: /home/mg/.config/i3
|
|
- path: /home/mg/.config/polybar
|
|
- path: /home/mg/.config/alacritty
|
|
- path: /home/mg/.config/.ssh
|
|
- path: /home/mg/.config/flameshot
|
|
dotfiles_owner: mg
|
|
### mgrote.apt_manage_packages
|
|
apt_packages_extra:
|
|
- bmon
|
|
- hddtemp
|
|
- s-tui
|
|
- smartmontools
|
|
- lm-sensors
|
|
- ethtool
|
|
- nextcloud-desktop
|
|
- gnome-tweaks
|
|
- powertop
|
|
- caja # filemanager
|
|
- arandr
|
|
- keepassxc
|
|
- vlc
|
|
- libreoffice
|
|
- gnome-calculator
|
|
- supertux
|
|
- python3-pip
|
|
- gramps # stammbaum
|
|
### mgrote.apt_manage_sources
|
|
manage_sources_apt_proxy: ""
|
|
### mgrote.systemd-timesyncd
|
|
ntp_timesyncd_timezone: "Europe/Berlin" # Zeitzone in der sich der Computer befindet
|
|
ntp_timesyncd_servers: # welche Server sollen befragt werden
|
|
- pool.ntp.org
|
|
### oefenweb.ufw
|
|
ufw_rules:
|
|
- rule: allow
|
|
to_port: 22
|
|
protocol: tcp
|
|
comment: 'ssh'
|
|
from_ip: 0.0.0.0/0
|