Skip to content

Commit

Permalink
feat: partial reorganization and simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
smoyer64 committed Nov 1, 2024
1 parent 8a644bf commit 7a41a65
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 47 deletions.
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---

apt_keyring_dir: "/usr/share/keyrings"
86 changes: 43 additions & 43 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
tags:
- dell

- name: add the Dell repository
apt_repository:
repo: "deb http://dell.archive.canonical.com/updates/ jammy-dell public"
state: "present"
mode: "644"
when: ansible_system_vendor == "Dell Inc."
tags:
- dell
# - name: add the Dell repository
# apt_repository:
# repo: "deb http://dell.archive.canonical.com/updates/ jammy-dell public"
# state: "present"
# mode: "644"
# when: ansible_system_vendor == "Dell Inc."
# tags:
# - dell

# - name: add the Dell source repository
# apt_repository:
Expand All @@ -96,14 +96,14 @@
# tags:
# - dell

- name: add the Dell oem repository
apt_repository:
repo: "deb http://dell.archive.canonical.com/updates/ jammy-oem public"
state: "present"
mode: "644"
when: ansible_system_vendor == "Dell Inc."
tags:
- dell
# - name: add the Dell oem repository
# apt_repository:
# repo: "deb http://dell.archive.canonical.com/updates/ jammy-oem public"
# state: "present"
# mode: "644"
# when: ansible_system_vendor == "Dell Inc."
# tags:
# - dell

# - name: add the Dell oem source repository
# apt_repository:
Expand All @@ -114,14 +114,14 @@
# tags:
# - dell

- name: add the Dell somerville repository
apt_repository:
repo: "deb http://dell.archive.canonical.com/updates/ jammy-somerville public"
state: "present"
mode: "644"
when: ansible_system_vendor == "Dell Inc."
tags:
- dell
# - name: add the Dell somerville repository
# apt_repository:
# repo: "deb http://dell.archive.canonical.com/updates/ noble-somerville public"
# state: "present"
# mode: "644"
# when: ansible_system_vendor == "Dell Inc."
# tags:
# - dell

# - name: add the Dell somerville source repository
# apt_repository:
Expand All @@ -132,14 +132,14 @@
# tags:
# - dell

- name: add the Dell somerville-melisa repository
apt_repository:
repo: "deb http://dell.archive.canonical.com/updates/ jammy-somerville-melisa public"
state: "present"
mode: "644"
when: ansible_system_vendor == "Dell Inc."
tags:
- dell
# - name: add the Dell somerville-melisa repository
# apt_repository:
# repo: "deb http://dell.archive.canonical.com/updates/ jammy-somerville-melisa public"
# state: "present"
# mode: "644"
# when: ansible_system_vendor == "Dell Inc."
# tags:
# - dell

# - name: add the Dell somerville-melisa source repository
# apt_repository:
Expand All @@ -165,17 +165,17 @@
tags:
- "biometrics"

- name: install tools and libraries for biometrics on Dell
apt:
pkg:
- "oem-somerville-melisa-meta"
- "libfprint-2-tod1-goodix"
- "oem-somerville-meta"
- "tlp-config"
when: ansible_system_vendor == "Dell Inc."
tags:
- biometrics
- dell
# - name: install tools and libraries for biometrics on Dell
# apt:
# pkg:
# # - "oem-somerville-melisa-meta"
# - "libfprint-2-tod1-goodix"
# - "oem-somerville-meta"
# - "tlp-config"
# when: ansible_system_vendor == "Dell Inc."
# tags:
# - biometrics
# - dell

- name: install tools and libraries for bluetooth devices
apt:
Expand Down
1 change: 0 additions & 1 deletion roles/iac/tasks/main.yaml

This file was deleted.

1 change: 0 additions & 1 deletion roles/iac/vars/main.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ op_cli_version: latest
# tflint_version: latest
# yq_version: latest

#flatpak managed tool versions
dbeaver: latest
obsstudio: latest
vscodium: latest

#go manaaged tool versions
delve_version: latest
errcheck_version: latest
Expand Down
4 changes: 2 additions & 2 deletions workstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
# roles:
# - local
# - asdf
# - go
# - codium
# - go ***** ASDF by project *****
# - codium ***** ASDF by project *****
# - krew
# - kubenav
# - freemind

0 comments on commit 7a41a65

Please sign in to comment.