summaryrefslogtreecommitdiffstats
path: root/molecule/archlinux/converge.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-04 00:25:57 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-04 00:25:57 +0200
commit6725e4cc8f4e91b4215813171fa06d365721abed (patch)
tree325a3a3629e11e95a4379e0dab9d6a91b08290ca /molecule/archlinux/converge.yml
parent9314a3458a5b3add41cf31c41e8597165943840d (diff)
Refactor molecule testing to run a scenario per distro
Diffstat (limited to 'molecule/archlinux/converge.yml')
-rw-r--r--molecule/archlinux/converge.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
new file mode 100644
index 00000000..228ab6d9
--- /dev/null
+++ b/molecule/archlinux/converge.yml
@@ -0,0 +1,33 @@
+---
+- name: Converge
+ hosts: archlinux
+ gather_facts: true
+ vars:
+ ansible_become_method: su
+ user_public_keys:
+ - "ssh-ed25519 AAAA...fMo"
+ - "ssh-rsa AAAA...4I3"
+ user_groups: ["wheel", "test_group"]
+ locales:
+ - "en_US.UTF-8 UTF-8"
+ timezone: "GMT"
+
+ python_global_version: "3.13"
+ python_versions:
+ - "3.13"
+ roles:
+ - role: "hostname"
+ - role: "network"
+ - role: "user"
+ - role: "ssh"
+ - role: "password_policy"
+ - role: "locales"
+ - role: "timezone"
+ - role: "wireguard"
+ - role: "wireguard_gateway"
+ - role: "homebrew"
+ - role: "python"
+ - role: "go"
+ - role: "docker"
+ - role: "podman"
+ - role: "ansible"