feat: provisioned resources

This commit is contained in:
2025-10-07 21:48:56 -04:00
parent 5f2b51ef09
commit 767fd3b503
6 changed files with 104 additions and 78 deletions

View File

@@ -33,6 +33,7 @@
object: "{{ secret.restore.key | mandatory(msg='You must specify the key of the data.') }}"
dest: /root/snapshot.tar.gz
mode: get
endpoint_url: "{{ secret.restore.endpoint }}"
region: "{{ secret.restore.region }}"
access_key: "{{ secret.restore.access_key }}"
secret_key: "{{ secret.restore.secret_key }}"