Browse Source

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 tháng trước cách đây
mục cha
commit
3e42bde02e

+ 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"