Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ansible/playbooks/tasks/eget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
-a tar.gz sharkdp/bat
bitcoind: >-
--file '*/bin/bitcoind' --to bitcoind
https://bitcoincore.org/bin/bitcoin-core-{{ bitcoin_version | default('31.1') }}/bitcoin-{{ bitcoin_version | default('31.1') }}-{{

Check failure on line 88 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (139 > 120 characters)

Check warning on line 88 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

88:121 [line-length] line too long (139 > 120 characters)

Check failure on line 88 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (139 > 120 characters)

Check warning on line 88 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

88:121 [line-length] line too long (139 > 120 characters)
'x86_64' if eget_arch == 'x86_64'
else 'aarch64' if eget_arch == 'arm64'
else 'arm'
}}-linux-gnu.tar.gz
btop: "-a btop-{{ eget_plain_arch }}-unknown-linux-musl.tar.gz aristocratos/btop"
claude: >-
--to claude https://downloads.claude.ai/claude-code-releases/$(curl -s https://downloads.claude.ai/claude-code-releases/latest)/{{ 'linux-musl' if eget_arch == 'x86_64' and ansible_facts['os_family'] == 'Alpine' else 'linux' }}-{{ 'x64' if eget_arch == 'x86_64' else 'arm64' if eget_arch == 'arm64' else 'arm' }}/claude

Check failure on line 95 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (327 > 120 characters)

Check warning on line 95 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

95:121 [line-length] line too long (327 > 120 characters)

Check failure on line 95 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (327 > 120 characters)

Check warning on line 95 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

95:121 [line-length] line too long (327 > 120 characters)
duf: "-a linux_{{ eget_arch }}.tar.gz muesli/duf"
erigon: "-a linux_{{ 'amd64' if eget_arch == 'x86_64' else 'arm64' }}.tar.gz -a ^amd64v2 erigontech/erigon"
eza: "-a {{ eget_plain_arch }}-unknown-linux-gnu -a ^no_libgit -a tar.gz eza-community/eza"
Expand All @@ -108,16 +108,17 @@
nethermind: "-a linux-{{ 'x64' if eget_arch == 'x86_64' else 'arm64' }}.zip -a ^.asc NethermindEth/nethermind"
node: >-
--file '*/bin/node' --to node
https://nodejs.org/dist/{{ nodejs_version | default('v24.18.0') }}/node-{{ nodejs_version | default('v24.18.0') }}-linux-{{

Check failure on line 111 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (131 > 120 characters)

Check warning on line 111 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

111:121 [line-length] line too long (131 > 120 characters)

Check failure on line 111 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (131 > 120 characters)

Check warning on line 111 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

111:121 [line-length] line too long (131 > 120 characters)
'x64' if eget_arch == 'x86_64'
else 'arm64' if eget_arch == 'arm64'
else 'armv7l'
}}.tar.xz
ollama: "-a ollama-linux-{{ 'amd64' if eget_arch == 'x86_64' else 'arm64' }}.tar.zst -a ^mlx -a ^rocm ollama/ollama"

Check failure on line 116 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (122 > 120 characters)

Check warning on line 116 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

116:121 [line-length] line too long (122 > 120 characters)

Check failure on line 116 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (122 > 120 characters)

Check warning on line 116 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

116:121 [line-length] line too long (122 > 120 characters)
oyster: "--tag pearl-wallet-v1.0.0 -a .tar.gz --file oyster --to oyster pearl-research-labs/pearl"
pandoc: "-a linux-{{ 'amd64' if eget_arch == 'x86_64' else 'arm64' }}.tar.gz jgm/pandoc"
pearld: "--tag pearl-wallet-v1.0.0 -a .tar.gz --file pearld --to pearld pearl-research-labs/pearl"
prlctl: "--tag pearl-wallet-v1.0.0 -a .tar.gz --file prlctl --to prlctl pearl-research-labs/pearl"
reth: "-a {{ 'aarch64' if eget_arch == 'arm64' else eget_arch }}-unknown-linux-gnu.tar.gz -a ^.asc paradigmxyz/reth"

Check failure on line 121 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (122 > 120 characters)

Check warning on line 121 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

121:121 [line-length] line too long (122 > 120 characters)

Check failure on line 121 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (122 > 120 characters)

Check warning on line 121 in .ansible/playbooks/tasks/eget.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

121:121 [line-length] line too long (122 > 120 characters)
rg: "-a {{ eget_plain_arch }}-unknown-linux-musl.tar.gz BurntSushi/ripgrep"
rga: >-
-a ripgrep_all
Expand Down
1 change: 1 addition & 0 deletions .ansible/variables-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,12 @@
- lighthouse # Ethereum consensus client in Rust (sigp/lighthouse)
- nethermind # A robust execution client for Ethereum node operators (NethermindEth/nethermind)
- node # JavaScript runtime built on Chrome's V8 JavaScript engine (nodejs/node)
- ollama # Run large language models locally (ollama/ollama)
- oyster # Pearl Wallet management (pearl-research-labs/pearl)
- pandoc # Universal markup converter (jgm/pandoc)
- pearld # Pearl Full node (pearl-research-labs/pearl)
- prlctl # Pearl Control utility (pearl-research-labs/pearl)
- reth # Modular, contributor-friendly, and blazing-fast implementation of the Ethereum protocol (paradigmxyz/reth)

Check failure on line 176 in .ansible/variables-example.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (125 > 120 characters)

Check warning on line 176 in .ansible/variables-example.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

176:121 [line-length] line too long (125 > 120 characters)

Check failure on line 176 in .ansible/variables-example.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

yaml[line-length]

Line too long (125 > 120 characters)

Check warning on line 176 in .ansible/variables-example.yml

View workflow job for this annotation

GitHub Actions / check / Pre-commit

176:121 [line-length] line too long (125 > 120 characters)
- rg # ripgrep recursively searches directories for a regex pattern (BurntSushi/ripgrep)
- rga # ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc. (phiresky/ripgrep-all)
- tealdeer # A fast tldr client written in Rust (dbrgn/tealdeer)
Expand Down
Loading