Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

iancleary/ansible-role-colorls

Repository files navigation

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

CI workflow status Release workflow status License

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

MIT

Author Information

This role was created in 2023 by Ian Cleary.

Inspiration for the structure of this repo came from Jeff Geerling.