diff --git a/deploy_client.yml b/deploy_client.yml index baf26c8..4a06955 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 9a2fe0a..c75d2fa 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: