From 13f356f79f8c07ac14f3367016f6c06bd71a8962 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Tue, 10 Apr 2018 13:30:48 +0200 Subject: [PATCH 1/5] misc: allow execution on any host --- delete-tenants.yml | 2 +- deploy-tenants.yml | 2 +- install.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/delete-tenants.yml b/delete-tenants.yml index 16494be..4d8cfb8 100644 --- a/delete-tenants.yml +++ b/delete-tenants.yml @@ -1,6 +1,6 @@ --- - name: delete all publik tenants - hosts: local + hosts: all vars: venv_bin: "{{venv}}/bin" tasks: diff --git a/deploy-tenants.yml b/deploy-tenants.yml index b12d989..91d4aa8 100644 --- a/deploy-tenants.yml +++ b/deploy-tenants.yml @@ -1,6 +1,6 @@ --- - name: deploy publik tenants for local developement - hosts: local + hosts: all roles: - deploy-tenants vars: diff --git a/install.yml b/install.yml index 5f2555b..9ee8338 100644 --- a/install.yml +++ b/install.yml @@ -1,6 +1,6 @@ --- - name: publik multitenants installation - hosts: local + hosts: all roles: - base - hobo -- 2.11.0