fix download/update of binaries

This commit is contained in:
Martin Geno 2016-12-29 09:15:13 +01:00
parent 57a159a6d4
commit cb1a98185d
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
# Authentification # Authentification
- name: Download warehost-auth - name: Download warehost-auth
get_url: url=https://warehost.sum7.eu/downloads/current/warehost-auth dest=/usr/local/bin/warehost-auth owner=root group=root mode=0755 get_url: url=https://warehost.sum7.eu/downloads/current/warehost-auth dest=/usr/local/bin/warehost-auth owner=root group=root mode=0755 force=yes
- name: Configurate authentification - name: Configurate authentification
template: src=warehost-auth.conf dest=/etc/warehost/auth.conf mode=660 owner=vmail group=vmail template: src=warehost-auth.conf dest=/etc/warehost/auth.conf mode=660 owner=vmail group=vmail

View File

@ -1,6 +1,6 @@
--- ---
- name: Download Warehost - name: Download Warehost
get_url: url=https://warehost.sum7.eu/downloads/current/warehost-api dest=/usr/local/bin/warehost-api owner=root group=root mode=0755 get_url: url=https://warehost.sum7.eu/downloads/current/warehost-api dest=/usr/local/bin/warehost-api owner=root group=root mode=0755 force=yes
notify: restart warehost-api notify: restart warehost-api
- name: Configurate warehost - name: Configurate warehost

View File

@ -1,6 +1,6 @@
--- ---
- name: Download Warehost-ftp - name: Download Warehost-ftp
get_url: url=https://warehost.sum7.eu/downloads/current/warehost-ftp dest=/usr/local/bin/warehost-ftp owner=root group=root mode=0755 get_url: url=https://warehost.sum7.eu/downloads/current/warehost-ftp dest=/usr/local/bin/warehost-ftp owner=root group=root mode=0755 force=yes
notify: restart warehost-ftp notify: restart warehost-ftp
- name: Create data folder - name: Create data folder

View File

@ -1,6 +1,6 @@
--- ---
- name: Download Warehost-host - name: Download Warehost-host
get_url: url=https://warehost.sum7.eu/downloads/current/warehost-host dest=/usr/local/bin/warehost-host owner=root group=root mode=0755 get_url: url=https://warehost.sum7.eu/downloads/current/warehost-host dest=/usr/local/bin/warehost-host owner=root group=root mode=0755 force=yes
- name: Configurate warehost-host - name: Configurate warehost-host
template: src=config.yml dest=/etc/warehost/host.conf owner=warehost mode=0600 template: src=config.yml dest=/etc/warehost/host.conf owner=warehost mode=0600

View File

@ -1,6 +1,6 @@
--- ---
- name: Download Warehost-web - name: Download Warehost-web
get_url: url=https://warehost.sum7.eu/downloads/current/warehost-web dest=/usr/local/bin/warehost-web owner=root group=root mode=0755 get_url: url=https://warehost.sum7.eu/downloads/current/warehost-web dest=/usr/local/bin/warehost-web owner=root group=root mode=0755 force=yes
notify: restart warehost-web notify: restart warehost-web
- name: Create web folder - name: Create web folder