A new role (separate from base) that gives workstation-class hosts (ubongo now, mamba later) a clean interactive environment: zsh + oh-my-zsh + oh-my-posh, tmux + TPM plugins, and neovim. Dotfiles are real files deployed via GNU stow (not templated); pinned nvim v0.12.2 + oh-my-posh 29.0.1. Configs re-derived (ADR-013) from AnsibleBaobabV4 + the operator's fisi setup on boma's terms: no Nerd Font (headless host), no system LSP suite (nvim uses mason), versions pinned (V4 tracks latest). Applied via playbooks/workstation.yml to the control group for users sjat + claude. Lint + Molecule (idempotent) green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
31 lines
728 B
YAML
31 lines
728 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
requirements-file: ../../requirements.yml
|
|
|
|
driver:
|
|
name: docker
|
|
|
|
platforms:
|
|
- name: instance
|
|
# Project-owned image built from .docker/molecule-debian13/Dockerfile
|
|
# and hosted in the Forgejo container registry.
|
|
# Build/push with: make molecule-image / make molecule-image-push
|
|
image: forgejo.nyumbani.baobab.band/sjat/molecule-debian13:latest
|
|
pre_build_image: true
|
|
privileged: true # required for systemd
|
|
cgroupns_mode: host
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
|
command: /lib/systemd/systemd
|
|
|
|
provisioner:
|
|
name: ansible
|
|
inventory:
|
|
host_vars:
|
|
instance:
|
|
ansible_user: root
|
|
|
|
verifier:
|
|
name: ansible
|