dd
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 3s
ansible-lint / Ansible Lint (pull_request) Failing after 30s

This commit is contained in:
Michael Grote 2024-12-29 11:39:45 +01:00
parent aaae80f76a
commit 4f57e7da86

View file

@ -11,13 +11,6 @@ laptop_install_deb_url:
laptop_install_deb_url_archived: laptop_install_deb_url_archived:
- https://download.mikrotik.com/routeros/winbox/4.0beta14/WinBox_Linux.zip - https://download.mikrotik.com/routeros/winbox/4.0beta14/WinBox_Linux.zip
### mgrote_user_setup
dotfiles:
- user: mg
home: /home/mg
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git"
### mgrote_user ### mgrote_user
users: users:
- username: mg - username: mg
@ -77,20 +70,8 @@ ufw_default_incoming_policy: deny
ufw_default_outgoing_policy: allow ufw_default_outgoing_policy: allow
### mgrote_restic ### mgrote_restic
restic_exclude: | restic_schedule: "*-*-* 14:00:00"
._*
desktop.ini
.Trash-*
**/**cache***/**
**/**Cache***/**
**/**AppData***/**
restic_folders_to_backup: "/usr/local /etc /root /home"
restic_repository: "//fileserver3.mgrote.net/restic"
restic_fail_mail: "{{ my_mail }}"
restic_repository_password: "{{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
restic_mount_password: "{{ lookup('viczem.keepass.keepass', 'fileserver/fileserver_smb_user_restic', 'password') }}" #gitleaks:allow
restic_mount_user: restic
restic_schedule: "*-*-* 4:00:00"
### mgrote_apt_manage_packages ### mgrote_apt_manage_packages
apt_packages_common: apt_packages_common:
@ -142,12 +123,6 @@ apt_packages_extra:
- network-manager - network-manager
- virt-manager - virt-manager
- alacritty - alacritty
apt_packages_physical:
- s-tui
- smartmontools
- lm-sensors
- ethtool
- fwupd
apt_packages_absent: apt_packages_absent:
- nano - nano
- snapd - snapd