mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-05-02 22:07:01 +02:00
Add Docker provider for Vagrant development environment
See merge request tildes-community/tildes-cf!1
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
---
|
||||
- name: Download redis-cell Redis module from GitHub
|
||||
- name: Download redis-cell Redis module (x86_64) from GitHub
|
||||
when: ansible_facts['architecture'] == 'x86_64'
|
||||
get_url:
|
||||
dest: /tmp/redis-cell.tar.gz
|
||||
url: https://github.com/brandur/redis-cell/releases/download/v0.2.1/redis-cell-v0.2.1-x86_64-unknown-linux-gnu.tar.gz
|
||||
checksum: sha256:9427fb100f4cada817f30f854ead7f233de32948a0ec644f15988c275a2ed1cb
|
||||
url: https://github.com/brandur/redis-cell/releases/download/v0.4.0/redis-cell-v0.4.0-x86_64-unknown-linux-gnu.tar.gz
|
||||
checksum: sha256:f86380f692c3852502e7c8924915a3424a4614ba01d7feec4cbc3c1faf22fb28
|
||||
|
||||
- name: Download redis-cell Redis module (aarch64) from GitHub
|
||||
when: ansible_facts['architecture'] == 'aarch64'
|
||||
get_url:
|
||||
dest: /tmp/redis-cell.tar.gz
|
||||
url: https://github.com/brandur/redis-cell/releases/download/v0.4.0/redis-cell-v0.4.0-aarch64-unknown-linux-gnu.tar.gz
|
||||
checksum: sha256:bff45476b45c5e7da7e840076f35e91f83641960e5860620063da7b070f154bc
|
||||
|
||||
- name: Create /opt/redis-cell
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user