From f75d82bc1956d32463e6938685b687aba17c14ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 19 Mar 2019 12:08:43 +0100 Subject: [PATCH] re-enable faucet-master playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ansible/main.yml b/ansible/main.yml index 4b7b9ec..3b9fa8f 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -1,11 +1,11 @@ --- -#- name: Configure faucet proxy -# hosts: faucet-master -# roles: -# - role: origin-cert -# tags: origin-cert -# - role: faucet-proxy -# tags: faucet-proxy +- name: Configure faucet proxy + hosts: faucet-master + roles: + - role: origin-cert + tags: origin-cert + - role: faucet + tags: faucet - name: Configure faucet miners hosts: faucet-miners