summaryrefslogtreecommitdiffstats
path: root/molecule/archlinux/converge.yml
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/archlinux/converge.yml')
-rw-r--r--molecule/archlinux/converge.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
index 0bc282df..8bfda8f1 100644
--- a/molecule/archlinux/converge.yml
+++ b/molecule/archlinux/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:
@@ -99,6 +103,7 @@
- role: "podman"
- role: "ansible"
- role: "claude"
+ - role: "awscli"
- role: "firefox"
- role: "chromium"
- role: "obsidian"