luckypool / ansible-role-zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-zsh

Build Status

Install zsh and prezto (optionally).

Requirements

None.

Role Variables

  • zsh_users (default []): User list which will change default shell to zsh
  • prezto_enabled (default no): Install prezto if you need.

Dependencies

None. See also https://galaxy.ansible.com/luckypool/zsh/.

Tested env:

  min_ansible_version: 2.1.0
  platforms:
    - name: Ubuntu
      versions:
        - trusty

Example Playbook

- hosts: servers
  roles:
    - { role: luckypool.zsh }

License

MIT

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/luckypool/ansible-role-zsh.

About

License:MIT License


Languages

Language:Shell 100.0%