소스 검색

this is a proof of concept, i will need to make this cleaner later. Had to change the keyname for the uploading of the server keypair to hashicorp

aeth 9 달 전
부모
커밋
3e42bde02e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tasks/tasks_upload_wireguard_server_keys/hashicorp/tasks_upload_wireguard_server_keys.yml

+ 1 - 1
tasks/tasks_upload_wireguard_server_keys/hashicorp/tasks_upload_wireguard_server_keys.yml

@@ -9,5 +9,5 @@
     body:
       data:
         public: "{{ vpn_public_key_content }}"
-        private: "{{ vpn_private_key_content }}"
+        secret: "{{ vpn_private_key_content }}"
         type: "wireguard"