Skip to content

Commit

Permalink
clean up for ol9
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwn committed Aug 2, 2024
1 parent bd58f97 commit 306023b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 48 deletions.
40 changes: 27 additions & 13 deletions ol9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,40 +37,54 @@
- always

tasks:
- name: Install EPEL repo
become: true
ansible.builtin.dnf:
name: oracle-epel-release-el9
state: present
update_cache: false
tags:
- epel

- name: Install core dependencies
become: true
ansible.builtin.dnf:
name: "{{ item }}"
state: present
update_cache: true
update_cache: false
loop:
- cmake
- fd-find
- fuse
- fzf
- gcc
- gcc-c++
- git
- git-delta
- htop
- java-17-openjdk-devel
- hyperfine
- jq
- make
- man
- man-pages
- netcat
- podman
- podman-docker
- ncurses
- python3
- python3.11
- ripgrep
- stow
- tldr
- tmux
- tokei
- tree
- unzip
- zip
- zsh
- zsh-autosuggestions
- zsh-syntax-highlighting
tags:
- core

- name: Install nvim
ansible.builtin.import_tasks: "tasks/nvim.yml"
tags:
- nvim

- name: Install sdkman
ansible.builtin.shell:
cmd: |
curl -s "https://get.sdkman.io" | bash
creates: "{{ ansible_env.HOME }}/.sdkman/bin/sdkman-init.sh"
tags:
- sdkman
11 changes: 0 additions & 11 deletions tasks/terraform.yml

This file was deleted.

24 changes: 0 additions & 24 deletions tasks/zsh.yml

This file was deleted.

0 comments on commit 306023b

Please sign in to comment.