https://github.com/stackbuilders/ansible-role-stack
Installs Haskell Stack on Linux.
https://github.com/stackbuilders/ansible-role-stack
ansible ansible-role haskell stack
Last synced: 5 months ago
JSON representation
Installs Haskell Stack on Linux.
- Host: GitHub
- URL: https://github.com/stackbuilders/ansible-role-stack
- Owner: stackbuilders
- License: mit
- Created: 2017-05-23T06:14:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:33:18.000Z (about 3 years ago)
- Last Synced: 2025-03-16T17:46:25.511Z (10 months ago)
- Topics: ansible, ansible-role, haskell, stack
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Role: Stack

Installs [Haskell Stack](https://docs.haskellstack.org/en/stable/README/) on
Linux.
## Requirements
None.
## Role Variables
This section list all variables that could be overwritten, along with their
[default values](defaults/main.yml):
```yml
workspace: "{{ ansible_user_dir }}"
```
The location where temporary files will be downloaded in preparation for Cabal
installation.
```yaml
stack_version: 2.3.3
```
The Stack version to be installed.
```yaml
stack_install_dir: /usr/local/bin
```
Directory where Stack is going to be copied.
## Dependencies
None.
## Example Playbook
```yaml
- host: servers
roles:
- stackbuilders.stack
```
## License
Released under the [MIT License](LICENSE).
## Author Information
This role was created by Stack Builders.