An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Ansible Role: Stack

![CI](https://github.com/stackbuilders/ansible-role-stack/workflows/CI/badge.svg)

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.