Skip to content

rolehippie/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_group

Group who will own the binary file

Default value

starship_group: root

starship_install_directory

Directory in which to install the binary

Default value

starship_install_directory: /usr/bin

starship_owner

User who will own the binary file

Default value

starship_owner: root

starship_version

Version of the release to install

Default value

starship_version: 1.19.0

starship_version_changed

Fact to define if the version has changed

Discovered Tags

starship

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger