Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecgalaxy/task
Ansible task role - Repository mirror - development takes place on code.europa.eu
https://github.com/ecgalaxy/task
ansible-role go-task
Last synced: 17 days ago
JSON representation
Ansible task role - Repository mirror - development takes place on code.europa.eu
- Host: GitHub
- URL: https://github.com/ecgalaxy/task
- Owner: ecgalaxy
- License: eupl-1.2
- Created: 2021-02-27T19:51:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T09:04:22.000Z (about 1 month ago)
- Last Synced: 2024-12-09T10:19:47.684Z (about 1 month ago)
- Topics: ansible-role, go-task
- Homepage: https://code.europa.eu/ecgalaxy/task
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ECGALAXY task role
==================This Ansible role installs [Task](https://taskfile.dev/).
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Requirements
------------* The `tar` and `wget` commands, which can be provided by `ecgalaxy.common_packages`.
Role Variables
--------------See defaults.
Dependencies
------------* optional: ecgalaxy.common_packages
Example Playbook
----------------- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.taskOne-liner
---------bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.task
See [ansible-role](https://code.europa.eu/-/snippets/1) for instructions.
Please verify the script integrity first.
Upgrading
---------In order to upgrade, reexecute this Ansible role after a new version has been released.
License
-------Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
------------------[ECGALAXY](https://code.europa.eu/groups/ecgalaxy/-/wikis/home) team.