summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Williamson <awilliam@redhat.com>2017-08-17 14:22:42 -0700
committerAdam Williamson <awilliam@redhat.com>2017-08-17 14:22:42 -0700
commite6ee55eb7871c45d66297f8829d65b8266baa111 (patch)
tree8e2b36b4fb75956961561ca2e95658eaf651b032
parentb5f825741a96e3c98da7a24b64927282827a4502 (diff)
downloadansible-e6ee55eb7871c45d66297f8829d65b8266baa111.tar.gz
ansible-e6ee55eb7871c45d66297f8829d65b8266baa111.tar.xz
ansible-e6ee55eb7871c45d66297f8829d65b8266baa111.zip
openqa/server: no root squash for rw access to factory share
Might be better to do this with some other account, but uh, for now...
-rw-r--r--roles/openqa/server/templates/exports.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openqa/server/templates/exports.j2 b/roles/openqa/server/templates/exports.j2
index 3e117ad85..191d2b400 100644
--- a/roles/openqa/server/templates/exports.j2
+++ b/roles/openqa/server/templates/exports.j2
@@ -1 +1 @@
-/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure) {% endfor %}
+/var/lib/openqa/share *(ro,insecure,all_squash) {% for host in groups['openqa-hdds-workers'] %} {{ host }}(rw,insecure,no_root_squash) {% endfor %}