Cleaned up and refactored

This commit is contained in:
Kevin Veen-Birkenbach 2023-11-16 23:29:43 +01:00
parent cd2c66bc54
commit 3dbdd1dfcb
39 changed files with 24 additions and 31 deletions

View File

@ -93,12 +93,3 @@ Kevin Veen-Birkenbach
## License ## License
This project is licensed under the GNU Affero General Public License v3.0. The full license text is available in the `LICENSE` file of this repository. This project is licensed under the GNU Affero General Public License v3.0. The full license text is available in the `LICENSE` file of this repository.
## todo
- implement: https://archlinux.org/packages/extra/x86_64/signal-desktop/
## See
- https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/
- https://stackoverflow.com/questions/30533372/run-an-ansible-task-only-when-the-hostname-contains-a-string
- https://archived.forum.manjaro.org/t/running-android-applications-on-arch-using-anbox/53332
- https://www.reddit.com/r/ManjaroLinux/comments/cbkblb/guide_run_android_apps_on_manjaro_super_simple/

View File

@ -20,19 +20,19 @@
hosts: wireguard_server hosts: wireguard_server
become: true become: true
roles: roles:
- application-wireguard - wireguard
- name: setup wireguard client behind firewall\nat - name: setup wireguard client behind firewall\nat
hosts: wireguard_behind_firewall hosts: wireguard_behind_firewall
become: true become: true
roles: roles:
- client_application-wireguard-behind-firewall - client-wireguard-behind-firewall
- name: setup wireguard client - name: setup wireguard client
hosts: wireguard_client hosts: wireguard_client
become: true become: true
roles: roles:
- client_application-wireguard - client-wireguard
# Native Webserver Roles # Native Webserver Roles
- name: setup homepages - name: setup homepages
@ -260,7 +260,7 @@
hosts: gnome hosts: gnome
become: true become: true
roles: roles:
- system-gnome - desktop-gnome
- name: setup msi rgb keyboard - name: setup msi rgb keyboard
hosts: msi_perkeyrgb hosts: msi_perkeyrgb
@ -272,7 +272,7 @@
hosts: ssh hosts: ssh
become: false become: false
roles: roles:
- application-ssh - client-ssh
- name: setup swapfile hosts - name: setup swapfile hosts
hosts: swapfile hosts: swapfile
@ -302,13 +302,13 @@
hosts: torbrowser hosts: torbrowser
become: true become: true
roles: roles:
- application-torbrowser - desktop-torbrowser
- name: setup nextcloud - name: setup nextcloud
hosts: nextcloud_client hosts: nextcloud_client
become: true become: true
roles: roles:
- application-nextcloud - client-nextcloud
- name: setup docker - name: setup docker
hosts: docker hosts: docker

View File

@ -0,0 +1,2 @@
# Client SSH
Setups SSH on the client side

View File

@ -1,2 +1,2 @@
dependencies: dependencies:
- git-client - client-git

View File

@ -0,0 +1,2 @@
dependencies:
- client-wireguard

View File

@ -0,0 +1,2 @@
dependencies:
- wireguard

View File

@ -1,2 +0,0 @@
dependencies:
- client_application-wireguard

View File

@ -1,2 +0,0 @@
dependencies:
- application-wireguard

View File

@ -1,2 +1,2 @@
dependencies: dependencies:
- git-client - client-git

View File

@ -1,3 +1,3 @@
dependencies: dependencies:
- application-libreoffice - desktop-libreoffice
- collection-video-conference - collection-video-conference

View File

@ -1,3 +1,3 @@
# system-gnome # desktop-gnome
## further information ## further information
- https://askubuntu.com/questions/1029376/how-do-i-enable-and-disable-gnome-extensions-from-the-command-line - https://askubuntu.com/questions/1029376/how-do-i-enable-and-disable-gnome-extensions-from-the-command-line

View File

@ -0,0 +1,3 @@
dependencies:
- client-git
- desktop-caffeine

View File

@ -1,4 +1,4 @@
# application-virtual-box # desktop-virtual-box
```bash ```bash
sudo pacman -S virtualbox "$(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')" && sudo pacman -S virtualbox "$(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-host-modules"}' ORS=' ')" &&

View File

@ -1,3 +0,0 @@
dependencies:
- git-client
- application-caffeine

View File

@ -1,2 +1,2 @@
dependencies: dependencies:
- git-client - client-git

View File

@ -1,5 +1,5 @@
# This file is created by # This file is created by
# https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/application-wireguard # https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/wireguard
net.ipv6.conf.all.disable_ipv6 = 0 net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0 net.ipv6.conf.default.disable_ipv6 = 0