This role helps you to install solana-cli and spl-token on your linux machine.
Travis | GitHubActions | Quality | Downloads | Version |
---|---|---|---|---|
- Linux machine
- Ansible 2.11
These variables helps to manage solana installation.
You can specify your solana version in this variable.
solana_version: v1.8.2
This is the url where solana will be downloaded.
solana_install_url: "https://release.solana.com/{{ solana_version }}/install"
This is the path where solana binary will be stored.
solana_bin_path: ~/.local/share/solana/install/active_release/bin
- hosts: all
roles:
- amine7777.solana
- Amine Kahlaoui, DevOps engineer.