Skip to content

Shackelford-Arden/ansible-role-starship

 
 

Repository files navigation

starship

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install starship shell prompt.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

starship_arch

Architecture of the static binary

Default value

starship_arch: '{{ ansible_architecture }}'

starship_download

URL to the archive of the release to install

Default value

starship_download: https://github.com/starship/starship/releases/download/v{{ starship_version
  }}/starship-{{ starship_arch }}-unknown-linux-musl.tar.gz

starship_version

Version of the release to install

Default value

starship_version: 1.17.1

Discovered Tags

starship

Dependencies

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install starship shell prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 90.1%
  • Python 9.9%