buildvm / koji_builder: Also install sshfs and links on buildvm-s390x-15/16.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-07-08 22:42:36 +00:00
parent e7e0c58717
commit 3475f76169
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: configure sshfs on buildvm-s390x-01
hosts: buildvm-s390x-01.s390.fedoraproject.org:buildvm-s390x-01.stg.s390.fedoraproject.org
hosts: buildvm-s390x-01.s390.fedoraproject.org:buildvm-s390x-01.stg.s390.fedoraproject.org:buildvm-s390x-15.s390.fedoraproject.org:buildvm-s390x-16.s390.fedoraproject.org
tags:
- sshfs
user: root

View file

@ -200,7 +200,7 @@
- name: make a mnt/koji link
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
when: inventory_hostname == "buildvm-s390x-01.s390.fedoraproject.org"
when: inventory_hostname.startswith(('buildvm-s390x-01.s390', 'buildvm-s390x-15', 'buildvm-s390x-16'))
tags:
- koji_builder