diff options
Diffstat (limited to 'molecule/archlinux-gnome/converge.yml')
| -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" |
