Removed pc_ for better overview

This commit is contained in:
Kevin Veen-Birkenbach 2023-08-22 22:46:37 +02:00
parent dbbaa48e44
commit 6ea4bfc0a8
77 changed files with 41 additions and 41 deletions

View File

@ -61,20 +61,20 @@ May it's neccessary to restart some of the the docker containers manual afterwar
This playbooks offers the setup of Manjaro GNOME clients. This playbooks offers the setup of Manjaro GNOME clients.
### Included Applications ### Included Applications
- [Basic Linux Administration Tools](./roles/pc_collection-administrator-base/) - [Basic Linux Administration Tools](./roles/collection-administrator-base/)
- [Network Analyzes Tools](./roles/pc_collection-administrator-network-analyze/) - [Network Analyzes Tools](./roles/collection-administrator-network-analyze/)
- [Designer Tools](./roles/pc_collection-designer/) - [Designer Tools](./roles/collection-designer/)
- [Arduino Developer Tools](./roles/pc_collection-developer-arduino/) - [Arduino Developer Tools](./roles/collection-developer-arduino/)
- [Basic Developer Tools](./roles/pc_collection-developer-base/) - [Basic Developer Tools](./roles/collection-developer-base/)
- [Bash Developer Tools](./roles/pc_collection-developer-bash/) - [Bash Developer Tools](./roles/collection-developer-bash/)
- [Java Developer Tools](./roles/pc_collection-developer-java/) - [Java Developer Tools](./roles/collection-developer-java/)
- [PHP Developer Tools](./roles/pc_collection-developer-php/) - [PHP Developer Tools](./roles/collection-developer-php/)
- [Python Developer Tools](./roles/pc_collection-developer-python/) - [Python Developer Tools](./roles/collection-developer-python/)
- [Entertainment Software](./roles/pc_collection-entertainment/) - [Entertainment Software](./roles/collection-entertainment/)
- [Games](./roles/pc_collection-games/) - [Games](./roles/collection-games/)
- [Office Tools](./roles/pc_collection-office/) - [Office Tools](./roles/collection-office/)
- [Streaming Tools](./roles/pc_collection-streamer/) - [Streaming Tools](./roles/collection-streamer/)
- [Torrent Software](./roles/pc_collection-torrent/) - [Torrent Software](./roles/collection-torrent/)
- ... - ...
### Setup ### Setup

View File

@ -203,110 +203,110 @@
hosts: personal_computers hosts: personal_computers
become: true become: true
roles: roles:
- pc_collection-administrator-base - collection-administrator-base
- pc_driver-non-free - driver-non-free
- name: pc_collection-office - name: collection-office
hosts: collection_officetools hosts: collection_officetools
become: true become: true
roles: roles:
- pc_collection-office - collection-office
- name: pc_collection-designer - name: collection-designer
hosts: collection_designer hosts: collection_designer
become: true become: true
roles: roles:
- pc_collection-designer - collection-designer
- name: pc_collection-torrent - name: collection-torrent
hosts: collection_torrent hosts: collection_torrent
become: true become: true
roles: roles:
- pc_collection-torrent - collection-torrent
- name: pc_collection-streamer - name: collection-streamer
hosts: collection_streamer hosts: collection_streamer
become: true become: true
roles: roles:
- pc_collection-streamer - collection-streamer
- name: pc_collection-bluray-player - name: collection-bluray-player
hosts: collection_bluray_player hosts: collection_bluray_player
become: true become: true
roles: roles:
- pc_collection-bluray-player - collection-bluray-player
- name: pc_driver-intel - name: driver-intel
hosts: intel hosts: intel
become: true become: true
roles: roles:
- pc_driver-intel - driver-intel
- name: pc_application-latex - name: application-latex
hosts: latex hosts: latex
become: true become: true
roles: roles:
- pc_application-latex - application-latex
- name: GNOME setup - name: GNOME setup
hosts: gnome hosts: gnome
become: true become: true
roles: roles:
- pc_system-gnome - system-gnome
- name: setup msi rgb keyboard - name: setup msi rgb keyboard
hosts: msi_perkeyrgb hosts: msi_perkeyrgb
become: true become: true
roles: roles:
- pc_application-msi-keyboard-color - application-msi-keyboard-color
- name: setup ssh hosts - name: setup ssh hosts
hosts: ssh hosts: ssh
become: false become: false
roles: roles:
- pc_application-ssh - application-ssh
- name: setup swapfile hosts - name: setup swapfile hosts
hosts: swapfile hosts: swapfile
become: false become: false
roles: roles:
- pc_system-swapfile - system-swapfile
- name: setup gaming hosts - name: setup gaming hosts
hosts: gaming hosts: gaming
become: true become: true
roles: roles:
- pc_collection-games - collection-games
- name: setup entertainment hosts - name: setup entertainment hosts
hosts: entertainment hosts: entertainment
become: true become: true
roles: roles:
- pc_collection-entertainment - collection-entertainment
- name: setup multiprinter hosts - name: setup multiprinter hosts
hosts: epson_multiprinter hosts: epson_multiprinter
become: true become: true
roles: roles:
- pc_driver-epson-multiprinter - driver-epson-multiprinter
- name: setup torbrowser hosts - name: setup torbrowser hosts
hosts: torbrowser hosts: torbrowser
become: true become: true
roles: roles:
- pc_application-torbrowser - application-torbrowser
- name: setup nextcloud - name: setup nextcloud
hosts: nextcloud_client hosts: nextcloud_client
become: true become: true
roles: roles:
- pc_application-nextcloud - application-nextcloud
- name: setup docker - name: setup docker
hosts: docker hosts: docker
become: true become: true
roles: roles:
- pc_application-docker - application-docker
- name: setup backup to swappable - name: setup backup to swappable

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/pc_application-wireguard # https://github.com/kevinveenbirkenbach/computer-playbook/tree/main/roles/application-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