summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-10-13 19:54:44 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-10-13 19:54:44 +0300
commit07575bbf13ecb241a9f3e05fe43d104d6ad19816 (patch)
tree91aaa51d2546ad7a2dec4f8f200165b5b11123bd
parentc536eeaa116415c2b417342a7f8c1146f3c60128 (diff)
downloadansibleness-07575bbf13ecb241a9f3e05fe43d104d6ad19816.tar.gz
fix: /etc/exports for holywood2
-rw-r--r--ansible/hosts3
-rw-r--r--ansible/roles/holywood2/files/exports4
2 files changed, 3 insertions, 4 deletions
diff --git a/ansible/hosts b/ansible/hosts
index 9199fdd..d85f875 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -47,5 +47,4 @@ ick3-backports hostname=ick3-backports debian_codename=stretch pbuilder
[vdc-dev]
oomph
-oomph2
-meta-dev
+oomph3
diff --git a/ansible/roles/holywood2/files/exports b/ansible/roles/holywood2/files/exports
index d7288a6..7f118a5 100644
--- a/ansible/roles/holywood2/files/exports
+++ b/ansible/roles/holywood2/files/exports
@@ -1,4 +1,4 @@
/mnt/soile/pupu 10.0.0.204(rw,nohide,async,no_subtree_check,insecure)
/mnt/soile/pupu 10.0.0.0/24(rw,nohide,async,no_subtree_check,insecure)
-/mnt/Ella3/media 10.0.0.204(ro,nohide,async,no_subtree_check,insecure)
-/mnt/Ella3/media 10.0.0.0/24(ro,nohide,async,no_subtree_check,insecure)
+/mnt/media 10.0.0.204(ro,nohide,async,no_subtree_check,insecure)
+/mnt/media 10.0.0.0/24(ro,nohide,async,no_subtree_check,insecure)