From 79e03cf7fba33ce410044464fd55d1fd0bab0547 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Thu, 30 May 2024 00:45:44 +0200 Subject: [PATCH] Added two more roles --- .gitmodules | 6 ++++++ local.yml | 9 +++++---- roles/pulseaudio | 1 + roles/tailscale | 1 + 4 files changed, 13 insertions(+), 4 deletions(-) create mode 160000 roles/pulseaudio create mode 160000 roles/tailscale diff --git a/.gitmodules b/.gitmodules index 6fd7ee0..a407f8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,9 @@ [submodule "roles/fonts"] path = roles/fonts url = https://codeberg.org/ansible/fonts.git +[submodule "roles/pulseaudio"] + path = roles/pulseaudio + url = https://codeberg.org/ansible/pulseaudio.git +[submodule "roles/tailscale"] + path = roles/tailscale + url = https://codeberg.org/ansible/tailscale.git diff --git a/local.yml b/local.yml index c7779c3..fb3d861 100644 --- a/local.yml +++ b/local.yml @@ -42,6 +42,10 @@ - { role: flatpak-remote, become: true, tags: [ flatpak-remote ] } # https://codeberg.org/ansible/fonts - { role: fonts, become: true, tags: [ fonts ] } + # https://codeberg.org/ansible/pulseaudio + - { role: pulseaudio, become: true, tags: [ pulseaudio ] } + # https://codeberg.org/ansible/tailscale + - { role: tailscale, become: true, tags: [ tailscale ] } #### software # https://codeberg.org/ansible/qbittorrent - { role: qbittorrent, become: true, tags: [ qbittorrent ] } @@ -70,10 +74,7 @@ changed_when: true tags: always -# - { role: cups, become: true, tags: [ cups ] } -# - { role: pulseaudio, become: true, tags: [ pulseaudio ] } -# - { role: samba, become: true, tags: [ samba ] } -# - { role: tailscale, become: true, tags: [ tailscale ] } +# # #### software # - { role: ansible, become: true, tags: [ ansible ] } # - { role: bluetooth, become: true, tags: [ bluetooth ] } diff --git a/roles/pulseaudio b/roles/pulseaudio new file mode 160000 index 0000000..90bb26d --- /dev/null +++ b/roles/pulseaudio @@ -0,0 +1 @@ +Subproject commit 90bb26d75f111104a388412eb0dc2419c1da3ea6 diff --git a/roles/tailscale b/roles/tailscale new file mode 160000 index 0000000..38b9b4f --- /dev/null +++ b/roles/tailscale @@ -0,0 +1 @@ +Subproject commit 38b9b4fe864148f52115bc47870cbcc29e4fdbe6