solana
Ansible role: solana
This role helps you to install solana-cli and spl-token on your linux machine.
Travis | GitHubActions | Quality | Downloads | Version |
---|---|---|---|---|
Requirements
- Linux machine
- Ansible 2.11
Role Variables
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
Example Playbook
- hosts: all
roles:
- amine7777.solana
Author Information
- Amine Kahlaoui, DevOps engineer.
Install
ansible-galaxy install amine7777/ansible-role-solana
License
Unknown
Downloads
146
Owner