ansible-role-dev-tools/README.md

746 B

Ansible Role: jotbe.dev_tools

Requirements

Role Variables

# default variables
enable_sublime_text: yes
enable_vagrant: no

Dependencies

kewlfft.aur: This is a collection which cannot be installed as a dependency the usual way. Please install manually (or add the collection to an Ansible Galaxy requirements file): ansible-galaxy collection install kewlfft.aur

Example Playbook

Create a playbook containing e.g.:

- hosts: devvm
  roles:
     - { role: jotbe.dev_tools, enable_sublime_text: no }

License

MIT

Author Information

This role was created in 2020 by Jan Beilicke.