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.
GitHub - chofstede/ansible_jailexec: Ansible Connection Plugin for FreeBSD Jails via jexec
Ansible Connection Plugin for FreeBSD Jails via jexec - chofstede/ansible_jailexec
GitHub (github.com)
-
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.
GitHub - chofstede/ansible_jailexec: Ansible Connection Plugin for FreeBSD Jails via jexec
Ansible Connection Plugin for FreeBSD Jails via jexec - chofstede/ansible_jailexec
GitHub (github.com)
ansible_jailexec now is also on pypi: https://pypi.org/project/ansible-jailexec/
pip install ansible-jailexec
-
System shared this topic