ansible: osmocom-jenkins-slave: add var install_jenkins_utilities

To select if some utilities including qemu/debootstrap/fakeroot will be installed.
Usefull for small setups e.g. simtester

Change-Id: I72f4460b8550da191e74a44be0ee3eeb3b2d7769
This commit is contained in:
Alexander Couzens 2018-07-16 19:36:21 +02:00
parent 6330cf1d98
commit d2cacbd784
3 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Support the following variables:
* `install_jenkins_utilities`: (true) install usefull utilities including qemu/debootstrap/fakeroot
* `install_osmocom_build_deps`: (true) install all osmocom runtime and build time dependencies
* `generic_slave`: (true) contains tasks used by the most osmocom jenkins slaves
* `osmocom_jenkins_slave_fstrim`: (false) calls fstrim periodical

View File

@ -3,6 +3,9 @@
# OS user
jenkins_user: jenkins
# install usefull utilities including qemu/debootstrap/fakeroot
install_jenkins_utilities: true
# install all osmocom runtime and build time dependencies
install_osmocom_build_deps: true

View File

@ -15,6 +15,7 @@
- proot
- debootstrap
- fakeroot
when: install_jenkins_utilities
- name: enable backports for jessie
apt_repository: