فهرست منبع

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 10 ماه پیش
والد
کامیت
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"