dd
This commit is contained in:
parent
aaae80f76a
commit
4f57e7da86
1 changed files with 2 additions and 27 deletions
|
@ -11,13 +11,6 @@ laptop_install_deb_url:
|
|||
laptop_install_deb_url_archived:
|
||||
- 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
|
||||
users:
|
||||
- username: mg
|
||||
|
@ -77,20 +70,8 @@ ufw_default_incoming_policy: deny
|
|||
ufw_default_outgoing_policy: allow
|
||||
|
||||
### mgrote_restic
|
||||
restic_exclude: |
|
||||
._*
|
||||
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"
|
||||
restic_schedule: "*-*-* 14:00:00"
|
||||
|
||||
|
||||
### mgrote_apt_manage_packages
|
||||
apt_packages_common:
|
||||
|
@ -142,12 +123,6 @@ apt_packages_extra:
|
|||
- network-manager
|
||||
- virt-manager
|
||||
- alacritty
|
||||
apt_packages_physical:
|
||||
- s-tui
|
||||
- smartmontools
|
||||
- lm-sensors
|
||||
- ethtool
|
||||
- fwupd
|
||||
apt_packages_absent:
|
||||
- nano
|
||||
- snapd
|
||||
|
|
Loading…
Reference in a new issue