ARCHIVED
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.
None
None
None
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
This role was created in 2023 by Ian Cleary.
Inspiration for the structure of this repo came from Jeff Geerling.