diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 8b991f32a4..13fa192bfa 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -48,3 +48,13 @@ handlers: - include: "{{ handlers }}/restart_services.yml" + +- name: set up openQA server data NFS mounts +# for now just stg while we're testing, this is a temp location to create dirs + hosts: openqa-stg + roles: + - role: nfs/client + mnt_dir: '/mnt/temp' + nfs_src_dir: 'fedora_openqa_stg' + nfs_mount_opts: 'rw,bg' + tags: ['nfs_client']