diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-04 00:25:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-04 00:25:57 +0200 |
| commit | 6725e4cc8f4e91b4215813171fa06d365721abed (patch) | |
| tree | 325a3a3629e11e95a4379e0dab9d6a91b08290ca /molecule/debian/converge.yml | |
| parent | 9314a3458a5b3add41cf31c41e8597165943840d (diff) | |
Refactor molecule testing to run a scenario per distro
Diffstat (limited to 'molecule/debian/converge.yml')
| -rw-r--r-- | molecule/debian/converge.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml new file mode 100644 index 00000000..af91e143 --- /dev/null +++ b/molecule/debian/converge.yml @@ -0,0 +1,33 @@ +--- +- name: Converge + hosts: debian + 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" |
