Skip to content

classicvalues/ansible-role-nix

 
 

Repository files navigation

Ansible role ableton.nix

This role installs the nix software on the given Ansible host and configures it for a given user.

Requirements

Ansible >= 2.10, and a target host running either a Debian-flavor of Linux or macOS. Other Linux flavors will probably work with this role, but they haven't been tested.

Role Variables

See the defaults/main.yml file for full documentation on required and optional role variables.

Example Playbook

---
- name: Install nix on hosts
  hosts: "all"

  roles:
    - ableton.nix

License

MIT

Maintainers

This project is maintained by the following GitHub users:

About

Ansible role to install Nix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.3%
  • Jinja 28.7%