iancleary.colorls
ARCHIVED
ansible-role-colorls
This repo is archived. I no longer plan to maintain it. You are welcome to do anything permitted by the LICENSE.
Why, see this article about NixOS vs Ansible for more details
This role installs the colorls ruby gem, its dependencies, and configures shell completion.
Requirements
None
Role Variables
None
Dependencies
None
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
user: unprivelaged
roles:
- role: iancleary.colorls
become: true
become_password: "{{ vault_become_password }}"
Or you can remove become_password and use --ask-become-pass
Privelege escalation is needed to install ruby.
- hosts: servers
user: root
roles:
- role: iancleary.colorls
License
Author Information
This role was created in 2023 by Ian Cleary.
Inspiration for the structure of this repo came from Jeff Geerling.
About
Ansible role to install colorls ruby gem and configure shell completion for it
Install
ansible-galaxy install iancleary.colorlsLicense
mit
Downloads
172
Owner
