Shipped two releases of ansible-jailexec today.
-
Shipped two releases of ansible-jailexec today. An Ansible connection plugin that runs tasks inside FreeBSD jails via jexec over SSH, without needing direct SSH into the jail.
v1.1.0: ground-up refactor. Now subclasses the built-in ssh plugin and merges its options at import time, so ControlPersist, jump hosts, private keys, password_mechanism. About a quarter of the old code.
v1.2.0: adds ansible_jail_root to override the jls probe for nested / VNET jail setups.
-
Shipped two releases of ansible-jailexec today. An Ansible connection plugin that runs tasks inside FreeBSD jails via jexec over SSH, without needing direct SSH into the jail.
v1.1.0: ground-up refactor. Now subclasses the built-in ssh plugin and merges its options at import time, so ControlPersist, jump hosts, private keys, password_mechanism. About a quarter of the old code.
v1.2.0: adds ansible_jail_root to override the jls probe for nested / VNET jail setups.
ansible_jailexec now is also on pypi: https://pypi.org/project/ansible-jailexec/
pip install ansible-jailexec
-
System shared this topic