Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x4d4c/ansible-role-hstr
An Ansible role to install the hstr shell history suggest box
https://github.com/0x4d4c/ansible-role-hstr
Last synced: 19 days ago
JSON representation
An Ansible role to install the hstr shell history suggest box
- Host: GitHub
- URL: https://github.com/0x4d4c/ansible-role-hstr
- Owner: 0x4d4c
- License: bsd-3-clause
- Created: 2022-12-12T22:44:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T23:06:55.000Z (about 2 years ago)
- Last Synced: 2024-11-13T17:55:21.333Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible role for HSTR
=========This role installs the [HSTR](https://github.com/dvorka/hstr) command search shell history suggest box.
While HSTR is available in most package repositories of a lot of modern distributions, some older (but still supported) releases don't have it.
This role adds the repositories required in these cases. Otherwise, it just installs HSTR using the package manager.Requirements
------------None.
Role Variables
--------------None.
Dependencies
------------None.
Example Playbook
----------------```yaml
---- hosts: workstations
tasks:
- name: 'Install hstr'
ansible.builtin.include_role:
name: '0x4d4c.hstr'
```License
-------BSD-3-Clause
Author Information
------------------0x4d4c