added wireguard submodule and snapper conf for boot

configured SSH key and wireguard

added libreofffice

removed prefixlength from wg_ips

updated wg-roadwarrior script

added ip forwarding to wireguard

moved inventory into private repo
This commit is contained in:
2024-11-20 18:46:23 +01:00
parent 78fd514349
commit 2ea3fad73c
6 changed files with 25 additions and 5 deletions

View File

@@ -103,18 +103,34 @@
command:
cmd: snapper -c home create-config /home
creates: /etc/snapper/configs/home
- name: setup snapper config for boot filesystem
command:
cmd: snapper -c boot create-config /boot
creates: /etc/snapper/configs/boot
- name: disable timed root snapshots
lineinfile:
path: /etc/snapper/configs/root
regexp: "TIMELINE_CREATE"
line: 'TIMELINE_CREATE="no"'
notify: restart snapper
- name: disable timed boot snapshots
lineinfile:
path: /etc/snapper/configs/boot
regexp: "TIMELINE_CREATE"
line: 'TIMELINE_CREATE="no"'
notify: restart snapper
- name: set root snapshot max numbers
lineinfile:
path: /etc/snapper/configs/root
regexp: "NUMBER_LIMIT"
line: 'NUMBER_LIMIT="8"'
notify: restart snapper
- name: set boot snapshot max numbers
lineinfile:
path: /etc/snapper/configs/boot
regexp: "NUMBER_LIMIT"
line: 'NUMBER_LIMIT="8"'
notify: restart snapper
- name: set user permissions for home snapshots
lineinfile:
path: /etc/snapper/configs/home