summaryrefslogtreecommitdiffstats
path: root/molecule/debian
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-21 23:39:38 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-22 01:12:20 +0200
commit026cbcda584d2fb7883cfe869ac7b75b4cf0ff75 (patch)
tree29381ed9e74eaf6a26accecba87b50c86115aac7 /molecule/debian
parent02d1b8dd81523cd4cba769e39b920d68bae0c728 (diff)
Add awscli role with configuration on pi for garage backend w/testing
Diffstat (limited to 'molecule/debian')
-rw-r--r--molecule/debian/converge.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml
index 481510ce..2c6d5679 100644
--- a/molecule/debian/converge.yml
+++ b/molecule/debian/converge.yml
@@ -61,6 +61,10 @@
password_store_repo_url: "https://github.com/octocat/Spoon-Knife"
firefox_install_browserpass: true
firefox_install_passff: true
+ awscli_profile_name: "example"
+ awscli_region: "eu-central-1"
+ awscli_access_key_id: "CHANGEME"
+ awscli_secret_access_key: "CHANGEME"
pre_tasks:
- name: "Override is_chroot fact for container environment"
ansible.builtin.set_fact:
@@ -117,6 +121,7 @@
- role: "btop"
- role: "pipewire"
- role: "claude"
+ - role: "awscli"
- role: "localsend"
- role: "restic"
- role: "ethtool"