From f04630bf79731e42bc287d6ca37515630d7a90ab Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 8 May 2017 21:40:23 +0200 Subject: [PATCH] Disable the Signature Algorithm check and add default vars. Fixes #525 --- deploy_client.yml | 1 + roles/client/tasks/main.yml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/deploy_client.yml b/deploy_client.yml index baf26c81..4a069559 100644 --- a/deploy_client.yml +++ b/deploy_client.yml @@ -18,6 +18,7 @@ become: true vars_files: - config.cfg + - roles/vpn/defaults/main.yml pre_tasks: - name: Get the OS diff --git a/roles/client/tasks/main.yml b/roles/client/tasks/main.yml index 9a2fe0aa..c75d2faf 100644 --- a/roles/client/tasks/main.yml +++ b/roles/client/tasks/main.yml @@ -4,19 +4,6 @@ - name: Include system based facts and tasks include: systems/main.yml -- name: Checking the signature algorithm - local_action: > - shell openssl x509 -text -in certs/{{ IP_subject_alt_name }}.crt | grep 'Signature Algorithm' | head -n1 - become: no - register: sig_algo - args: - chdir: "configs/{{ IP_subject_alt_name }}/pki/" - -- name: Change the algorithm to RSA - set_fact: - Win10_Enabled: "Y" - when: '"ecdsa" not in sig_algo.stdout' - - name: Install prerequisites package: name="{{ item }}" state=present with_items: