Skip to content

Commit

Permalink
feat: remove obsolete tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
egvimo committed Aug 8, 2023
1 parent c4c8366 commit 5a9bac7
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 244 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- 'molecule test --scenario-name dotfiles'
# TODO Fix test
#- 'molecule test --scenario-name gnome'
- 'molecule test --scenario-name helper'
- 'molecule test --scenario-name installer'

steps:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This collection contains the following roles.
| [dotfiles](roles/dotfiles/README.md) | Dynamically install various dotfiles |
| [gnome](roles/gnome/README.md) | Configure Gnome |
| [installer](roles/installer/README.md) | Dynamically install different software from different sources |
| [raspberry](roles/raspberry/README.md) | Configure a Raspberry Pi via `raspi-config` |

## Installation

Expand Down
24 changes: 0 additions & 24 deletions molecule/helper/converge.yml

This file was deleted.

22 changes: 0 additions & 22 deletions molecule/helper/molecule.yml

This file was deleted.

5 changes: 0 additions & 5 deletions molecule/installer/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@
vars:
ansible_user: root
installer_packages:
- bat
#- brave
- gotify-cli
- helm
- k9s
- kubectl
- lf
- lsd
- rclone
#- restic
- screen
- starship
- syncthing
#- vscode
4 changes: 2 additions & 2 deletions roles/dotfiles/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ galaxy_info:
min_ansible_version: "2.10"

platforms:
- name: Ubuntu
- name: Debian
versions:
- all
- name: Debian
- name: Fedora
versions:
- all
- name: GenericUNIX
Expand Down
3 changes: 0 additions & 3 deletions roles/helper/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions roles/helper/meta/main.yml

This file was deleted.

26 changes: 0 additions & 26 deletions roles/helper/tasks/create_user.yml

This file was deleted.

4 changes: 0 additions & 4 deletions roles/installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ Ansible role to dynamically install different software from different sources.

This role contains the following custom install tasks:

- bat
- Brave Browser
- Gotify CLI
- Helm
- K9s
- kubectl
- lsd
- Rclone
- Restic
- Starship
- Syncthing
- Visual Studio Code

If the package is not one of the above, then the `apt` or `dnf` package manager (`scoop` for Windows hosts) is used to install the package.
Expand Down
4 changes: 0 additions & 4 deletions roles/installer/handlers/main.yml

This file was deleted.

4 changes: 0 additions & 4 deletions roles/installer/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ galaxy_info:
- apt
- dnf
- scoop
- bat
- brave
- gotifycli
- helm
- k9s
- kubectl
- lsd
- rclone
- restic
- starship
- syncthing
- vscode
15 changes: 0 additions & 15 deletions roles/installer/tasks/bat/debian.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/lf/debian.yml

This file was deleted.

13 changes: 0 additions & 13 deletions roles/installer/tasks/lf/linux.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/lf/redhat.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/rclone/debian.yml

This file was deleted.

31 changes: 0 additions & 31 deletions roles/installer/tasks/rclone/linux.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/rclone/redhat.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/restic/debian.yml

This file was deleted.

46 changes: 0 additions & 46 deletions roles/installer/tasks/restic/linux.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/installer/tasks/restic/redhat.yml

This file was deleted.

8 changes: 0 additions & 8 deletions roles/installer/tasks/syncthing/debian.yml

This file was deleted.

0 comments on commit 5a9bac7

Please sign in to comment.