From 8d73aa97f95be676febbbd81332f2bc1a8d25e19 Mon Sep 17 00:00:00 2001 From: pan Date: Tue, 21 Oct 2025 17:47:51 +0200 Subject: [PATCH 1/9] fedora.yml aktualisiert --- fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.yml b/fedora.yml index 0c3105b..60bb9a9 100644 --- a/fedora.yml +++ b/fedora.yml @@ -100,7 +100,7 @@ - name: Transfer der Konfigurationsdatei für die fesnterleiste ansible.builtin.copy: src: ./files/plasma-org.kde.plasma.desktop-appletsrc - dest: /home/{{ user_name }}/.config/plasma-org.kde.plasma.desktop-appletsrc + dest: /home/{{ user_name }}/.config/ owner: "{{ user_name }}" group: "{{ user_name }}" mode: u+rw From f586085848f11fe9b36d39750e934a9be5eb0f02 Mon Sep 17 00:00:00 2001 From: pan Date: Fri, 24 Oct 2025 12:37:30 +0200 Subject: [PATCH 2/9] inventory.ini aktualisiert --- inventory.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory.ini b/inventory.ini index f551a5d..53fe8de 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,2 +1,4 @@ -[MeinePC] +[VMs] kickdev.local ansible_host=192.168.2.189 +[Mein-Pc] +Philip-PC \ No newline at end of file From 72afb165c314be292fcab8816c5e4c73c16b87f9 Mon Sep 17 00:00:00 2001 From: pan Date: Fri, 24 Oct 2025 12:39:59 +0200 Subject: [PATCH 3/9] inventory.ini aktualisiert --- inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.ini b/inventory.ini index 53fe8de..af45b23 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,4 +1,4 @@ [VMs] kickdev.local ansible_host=192.168.2.189 [Mein-Pc] -Philip-PC \ No newline at end of file +Philip-PC ansible_host=192.168.2.162 \ No newline at end of file From f9d7e42df589d206b923129b5ab59dde8dd64c7b Mon Sep 17 00:00:00 2001 From: pan Date: Fri, 24 Oct 2025 12:40:25 +0200 Subject: [PATCH 4/9] fedora.yml aktualisiert --- fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.yml b/fedora.yml index 60bb9a9..2b4fb92 100644 --- a/fedora.yml +++ b/fedora.yml @@ -1,7 +1,7 @@ --- - name: Linux Installation Meines PCs. remote_user: ansi - hosts: all + hosts: Mein-PC become: true vars_files: - ./vars/user_config.yaml From 5fbc85d8c87c6ebdcbb4d3e6b02eb8032f23f773 Mon Sep 17 00:00:00 2001 From: pan Date: Fri, 24 Oct 2025 12:40:47 +0200 Subject: [PATCH 5/9] inventory.ini aktualisiert --- inventory.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.ini b/inventory.ini index af45b23..15b14c3 100644 --- a/inventory.ini +++ b/inventory.ini @@ -1,4 +1,4 @@ [VMs] kickdev.local ansible_host=192.168.2.189 -[Mein-Pc] +[Mein-PC] Philip-PC ansible_host=192.168.2.162 \ No newline at end of file From aacf64526bf317fb6f4ee6ac111f226c5b15e2b8 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 29 Oct 2025 13:55:55 +0100 Subject: [PATCH 6/9] README.md aktualisiert --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a4c33d..5cea427 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # Erklärung zum Projekt ## Erklärung zur fedora.yml @@ -5,11 +6,11 @@ Der Aufbau des Playbooks ist eventuell etwas untypisch, aber es wird mit der Zeit besser. ### Konfigs -Die Benuterangaben wie befinden sich in einer Ansible Vaultdatei. +Die Benutzerdaten befinden sich in einer Ansible-Vaultdatei. -Der Hautpfad für Konfigurationsdateien ist +Der Hauptpfad für Konfigurationsdateien ist [Hier](./Konfigs/) ### Programm liste Die ausgewählten Programme und Repos beinhalten Programme, die ich nutze. -Ich habe mich absichtlich für eine KDE-Minimalinstallation entschieden, da mit KDE mir nicht etwas installiert, was ich gar nicht möchte. \ No newline at end of file +Ich habe mich absichtlich für eine KDE-Minimalinstallation entschieden, da mit KDE mir nicht etwas installiert, was ich gar nicht möchte. From 13530affa74afd5945d3d3cc0d2cc76eaa8205b6 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 29 Oct 2025 13:56:25 +0100 Subject: [PATCH 7/9] README.md aktualisiert --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cea427..46ba2c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Erklärung zum Projekt ## Erklärung zur fedora.yml @@ -9,7 +8,7 @@ Der Aufbau des Playbooks ist eventuell etwas untypisch, aber es wird mit der Zei Die Benutzerdaten befinden sich in einer Ansible-Vaultdatei. Der Hauptpfad für Konfigurationsdateien ist -[Hier](./Konfigs/) +[Hier](./files/) ### Programm liste Die ausgewählten Programme und Repos beinhalten Programme, die ich nutze. From 60d0b8c1635d6dd9bcfd965ae30b37ab055be183 Mon Sep 17 00:00:00 2001 From: pan Date: Wed, 29 Oct 2025 14:22:42 +0100 Subject: [PATCH 8/9] =?UTF-8?q?Rechtschreibung=20und=20Graatik=20=C3=BCber?= =?UTF-8?q?=C3=BCberarbeitet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/fedora.yml b/fedora.yml index 2b4fb92..1c25efd 100644 --- a/fedora.yml +++ b/fedora.yml @@ -13,7 +13,7 @@ tags: connect ansible.builtin.ping: - - name: Erstellung Meines Benutzers. + - name: Erstellung meines Benutzers. tags: Benutzer_erstellen ansible.builtin.user: append: true @@ -28,7 +28,7 @@ tags: IQP become: true block: - - name: Aktiviere von Corps + - name: Aktiviere von Corps. become: true community.general.copr: host: copr.fedorainfracloud.org @@ -42,7 +42,7 @@ state: present loop: "{{ rpm_keys }}" - - name: Transfer .repo file für Codium + - name: Transfer .repo file für Codium. ansible.builtin.copy: src: ./files/vscodium.repo dest: /etc/yum.repos.d/ @@ -56,13 +56,13 @@ state: present loop: "{{ RPMs }}" - - name: Installation von DNF Paketen. + - name: Installation von Paketen mittels DNF. ansible.builtin.dnf: update_cache: true name: "{{ item }}" loop: "{{ dnf_Pakete }}" - - name: Hinzufügen von der Quelle flathub. + - name: Hinzufügen der Quelle Flathub. become_user: "{{ user_name }}" become: true community.general.flatpak_remote: @@ -71,7 +71,7 @@ flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo method: user - - name: Installation von Paketen über Flathub mittels Flatpak. + - name: Installation von Paketen mittels Flatpak. become_user: "{{ user_name }}" become: true community.general.flatpak: @@ -82,22 +82,22 @@ state: present loop: "{{ flatpaks }}" - - name: Einrichtung des Desktop Environment + - name: Einrichtung des Desktop-Environment. tags: DE block: - - name: Wechsel des default Target + - name: Wechsel des default Target. ansible.builtin.command: cmd: systemctl set-default graphical.target changed_when: true - - name: Wechsel auf SDDM + - name: SDDM starten ansible.builtin.systemd_service: enabled: true force: true name: sddm.service state: started - - name: Transfer der Konfigurationsdatei für die fesnterleiste + - name: Transfer der Konfigurationsdatei für die Fensterleiste. ansible.builtin.copy: src: ./files/plasma-org.kde.plasma.desktop-appletsrc dest: /home/{{ user_name }}/.config/ @@ -109,7 +109,7 @@ ansible.builtin.command: cmd: systemctl isolate graphical.target - - name: Terminal Anpassungen. + - name: Terminalanpassungen. tags: TA block: - name: Erstellung des Temp Ordners. @@ -120,7 +120,7 @@ group: "{{ user_name }}" mode: u=rwx,go=rw - - name: Download des Oh-My-Posh Installationsscript + - name: Download des Oh-My-Posh-Installationsscripts. ansible.builtin.get_url: url: https://ohmyposh.dev/install.sh dest: /tmp/install/ @@ -134,7 +134,7 @@ args: creates: /var/log/taskrunner.done - - name: Ordner für Font installer erstellen + - name: Downloadordner für Font erstellen. ansible.builtin.file: state: directory path: /tmp/install/font/ @@ -142,7 +142,7 @@ owner: "{{ user_name }}" group: "{{ user_name }}" - - name: Download der font + - name: Download der Font ansible.builtin.get_url: url: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/FiraCode.zip dest: /tmp/install/font/FiraCode.zip @@ -173,10 +173,10 @@ creates: /var/log/taskrunner.done tags: omp - - name: Konfigurationsdateien anlegen + - name: Konfigurationsdateien anlegen. tags: konfs block: - - name: Erstellung des Konfigurationsorder für Alacritty. + - name: Erstellung der Ordners für Konfigurationsdateinen. ansible.builtin.file: path: /home/{{ user_name }}/{{ item }} state: directory @@ -196,7 +196,7 @@ group: "{{ user_name }}" mode: u=rw - - name: Übertragung des Oh-My-Posh Theme + - name: Übertragung des Oh-My-Posh Theme. ansible.builtin.copy: dest: /home/{{ user_name }}/.config/oh-my-posh/ src: "{{ omp_themes }}" @@ -204,7 +204,7 @@ group: "{{ user_name }}" mode: u=rw,g=r,o=r - - name: Transfer des Fastfetch Theme + - name: Übertragung des Fastfetch Theme. ansible.builtin.copy: dest: /home/{{ user_name }}/.config/fastfetch/ src: "{{ fast_theme }}" @@ -212,7 +212,7 @@ group: "{{ user_name }}" mode: u+rw,g=r,o=r - - name: Transfer der Bashrc Datei. + - name: Übertragung der Bashrc Datei. ansible.builtin.copy: dest: "{{ user_home_path }}" src: "{{ bashrc_conf }}" @@ -223,7 +223,7 @@ - name: Aufräumarbeiten tags: Aufr block: - - name: Aufräumen des tmp pfads + - name: Aufräumen des tmp pfads. ansible.builtin.file: state: absent path: /tmp/install/ From 510c394547b85f16400d9e13b675abeb008fb56a Mon Sep 17 00:00:00 2001 From: pan Date: Sun, 14 Dec 2025 15:18:08 +0100 Subject: [PATCH 9/9] =?UTF-8?q?Target=20Name=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.yml b/fedora.yml index 1c25efd..e39b492 100644 --- a/fedora.yml +++ b/fedora.yml @@ -1,7 +1,7 @@ --- - name: Linux Installation Meines PCs. remote_user: ansi - hosts: Mein-PC + hosts: kickdev.local become: true vars_files: - ./vars/user_config.yaml