37 lines
518 B
Markdown
37 lines
518 B
Markdown
Ansible Role: jotbe.dev_tools
|
|
=============================
|
|
|
|
Requirements
|
|
------------
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
```yaml
|
|
# default variables
|
|
enable_sublime_text: yes
|
|
enable_vagrant: no
|
|
```
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
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](https://jotbe.io).
|
|
|