homeserver/group_vars/laptop.yml
mg a0b88b4aee bugs_laptop (#136)
Merge branch 'master' into bugs_laptop

vars

polybar tools

tmux become true

doku

xnview

package feh

vars

playbook sources

taks linux mint

polybar

vivaldi

alacritty

siji

ufw

apt sources nicht bei irantu

ripgrep

siji bug

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#136
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-06-29 13:58:31 +02:00

56 lines
1.7 KiB
YAML

---
### 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"
dotfiles_dirs:
- path: /home/mg/.config/i3
- path: /home/mg/.config/polybar
- path: /home/mg/.config/alacritty
dotfiles_owner: mg
### mgrote.apt_install_packages
programs_extra:
- bmon
- hddtemp
- s-tui
- smartmontools
- lm-sensors
- ethtool
- nextcloud-desktop
- gnome-tweaks
- powertop
- caja
- x11-xserver-utils # xrandr
- arandr
- keepassxc
- feh # i3 wallpaper
- yad # polybar popup-calendar
- xdotool # polybar popup-calendar
### 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
### oefenweb.ufw
ufw_rules:
- rule: allow
to_port: 22
protocol: tcp
comment: 'ssh'
from_ip: 192.168.2.0/24