This role, install and configure chroot enviroment with schroot.
None.
Available variables with default values in defaults/main/defaults.yml
.
None.
If you want to configure a chroot Ubuntu Xenial i386.
---
- name: Install and configure chroot enviroment
hosts: [test]
roles:
- role: gcoop-libre.chroot
chroot_arch: i386
chroot_os: ubuntu
chroot_users: xenial
chroot_version: xenial
List all chroots:
schroot -l
Execute command into chroot:
schroot -c ubuntu-xenial-i386 -u xenial -- cat /etc/debian_chroot
GNU General Public License, GPLv3.
This role was created in 2019 by Osiris Alejandro Gomez, worker cooperative of gcoop Cooperativa de Software Libre.