From 46f9a2373a4efffd63889dea5ba584bd83bdd1e3 Mon Sep 17 00:00:00 2001 From: "taha@asks2" Date: Wed, 29 May 2024 16:49:45 +0200 Subject: [PATCH] And another fix --- group_vars/all.yml | 6 ++++++ local.yml | 10 ++++------ roles/dotfiles | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index c1b1478..01ceb30 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -35,6 +35,12 @@ locales_xdg_dirs: R_directory: /opt/R texlive_directory: /usr/local/texlive +## Github and Plotly API tokens used by the R role +# GITHUB_PAT Your Github personal access token +R_GITHUB_PAT: "yoursecrettoken" +# Your Plotly API username and key +plotly_api_user: "{{ ansible_env.USER }}" +plotly_api_key: "yourapikey" xdg_data_dir: "{{ ansible_env.HOME }}/.local/share" xdg_desktop_entries: "{{ xdg_data_dir }}/applications" diff --git a/local.yml b/local.yml index ac97ce5..447be26 100644 --- a/local.yml +++ b/local.yml @@ -21,6 +21,10 @@ # - { role: dotkeys, tags: [ dotkeys ] } # hid is not among public roles # - { role: hid, tags: [ hid ] } + # - { role: eduprint-uu, tags: [ eduprint-uu ] } + # - { role: eduroam-uu, tags: [ eduroam-uu ] } + #### software + # - { role: qbittorrent, become: true, tags: [ qbittorrent ] } post_tasks: # record the state (commit tag) of this playbook at time of last run @@ -35,9 +39,6 @@ tags: always -# - { role: network-manager, become: true, tags: [ network-manager ] } -# - { role: eduprint-uu, tags: [ eduprint-uu ] } -# - { role: eduroam-uu, tags: [ eduroam-uu ] } # - { role: boot-grub, become: true, tags: [ boot-grub ] } # - { role: flatpak-remote, become: true, tags: [ flatpak-remote ] } # - { role: fonts, become: true, tags: [ fonts ] } @@ -95,7 +96,6 @@ # # pipe-viewer contains interactive step, needs workaround # - { role: pipe-viewer, become: true, tags: [ pipe-viewer ] } # - { role: python3, become: true, tags: [ python3 ] } -# - { role: qbittorrent, become: true, tags: [ qbittorrent ] } # - { role: qownnotes, become: true, tags: [ qownnotes ] } # - { role: R, become: true, tags: [ R ] } # - { role: radian, become: true, tags: [ radian ] } @@ -105,8 +105,6 @@ # - { role: shutter, become: true, tags: [ shutter ] } # - { role: signal-desktop, become: true, tags: [ signal-desktop ] } # - { role: sioyek-pdf, become: true, tags: [ sioyek-pdf ] } -# # sonixd music player -# - { role: sonixd, become: true, tags: [ sonixd ] } # - { role: speech-to-text, become: true, tags: [ speech-to-text ] } # - { role: thorium-reader, become: true, tags: [ thorium-reader ] } # - { role: thunderbird, become: true, tags: [ thunderbird ] } diff --git a/roles/dotfiles b/roles/dotfiles index 993cb53..9892a81 160000 --- a/roles/dotfiles +++ b/roles/dotfiles @@ -1 +1 @@ -Subproject commit 993cb5350e1eee52acfa186d800e28b883467512 +Subproject commit 9892a81f71b562995b898e62aa435f2655888d7b