diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 23:39:38 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-22 01:12:20 +0200 |
| commit | 844b7f405d272d3b510483f58b440641e3064b26 (patch) | |
| tree | 29381ed9e74eaf6a26accecba87b50c86115aac7 /molecule/archlinux-gnome | |
| parent | 0ebbc25264ac1babaa9164c7a91a407634ffa6c7 (diff) | |
Add awscli role with configuration on pi for garage backend w/testing
Diffstat (limited to 'molecule/archlinux-gnome')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index c0e9a348..382cb2fd 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -51,6 +51,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: @@ -100,6 +104,7 @@ - role: "podman" - role: "ansible" - role: "claude" + - role: "awscli" - role: "firefox" - role: "chromium" - role: "obsidian" |
